/*
 * Common OSA
 * validate CSS at http://jigsaw.w3.org/css-validator/
 *
 */

@media screen { /* we use styles for screen only */

body {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size : 90%; 
background-color : #ffffff; 
margin: 0px;
} 
td, p, li {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size : 90%; 
} 
h1 , h2 , h3 , h4 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #666666; 
} 
h1, h2 {
text-align : center; 
} 
h1 {
margin-left : 50px; 
font-size : 115%; 
} 
h2 {
margin-left : 60px; 
font-size : 110%; 
} 
h3 {
font-size : 105%; 
} 
h4 {
font-size : 100%; 
} 
A:link {
color : #b70000; 
text-decoration : none; 
} 
A:visited {
color : #b70000; 
text-decoration : none; 
} 
A:hover {
color : #cc0000; 
text-decoration : underline; 
} 
A:active {
color : #cc0000; 
text-decoration : underline; 
} 
A.offsite {
color : black; 
text-decoration : none; 
} 

  } /* end of media = screen */
