.myclass { font-family: sans-serif;           
font-weight: regular;              
font-size: 14px;              
color: red}      
a:hover { font-weight:bold; } 

h1 { color:green; }
h2 { color:violet; }
h3 { color:darkred; }
i { color:brown; }


