/*
Theme Name: Erlinews-child
Author: Tothetheme
Description: Child theme for the Erlinews theme
Version: 1.2
Template: erlinews
This is the child theme for Erlinews theme.
*/
a {
    color: #111;
    text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration:underline !important;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}