h1,h2,h3,h4,p,li,td,th,textarea,input,div, select{
 font-family:Arial, Verdana, Helvetica, sans-serif;
 color:#4C4C4C;
}

/* CSS Document */
body{
 font-size: 72%;/*62.5%;*/ /* For IE */
}
html>body {
 font-size: 12px; /* IE cant read this */
}
/**>html div.classname {}*//* IE/MAC only \*/ 
ol{ padding:0; margin:0px;padding-left:20px;}
ol li {padding:0;margin:0px;padding-bottom:5px;margin-left:10px}
a {color: #4C4C4C;  text-decoration: underline;}
a:hover {color: #4C4C4C; text-decoration: underline; }