/* Site wide style sheet */
A {font-family: Times; font-size: 90%; font-weight: normal; text-decoration: none;}
A:link {color: blue;}
A:active {color: blue;}
A:visited {color: blue;}
body {
color: black;
background-color: white;
margin: 0;
padding: 10px;
border: none 0 black;
}
