/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

/* Your custom styles here */

/* Custom font family */
body, .entry-content, .entry-summary, .widget {
    font-family: "Courier", Helvetica, Arial, sans-serif;
}

/* Hide comments */
#respond, .comments-area {
    display: none !important;
}

/* Black links */
a, a:link, a:visited, a:hover, a:active {
    color: #000000 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Yellow text selection */
::selection {
    background-color: yellow;
}

::-moz-selection {
    background-color: yellow;
}
