h1, h2, h3, h4
{
font-family: "Times New Roman", arial , 'sans serif', "comic sans ms";
}

p, table, li, address
{
font-family: "Times New Roman", arial,  'sans serif', "comic sans ms";
margin-left: 10pt;
}

p, th, td
{
font-size: 100%;
}

li, 
{
font-size: 120%;
}

h1, h2, h3, h4, hr
{
color:#0000CC;
}

a:link     { color:red}
a:visited  { color:darkblue }
a:active   { color:red }
a:hover    { color:red }

body
{
background-color: #D3D3D3;
color: #0000CC;
}

em
{
 font-weight:900;
 font-style:normal;
}

strong
{
 font-weight:900;
 font-style:normal;
 font-size: 120%;
}
