html {overflow-y: scroll;}

h1{font-size: 8pt; font-weight: normal}
h2{font-size: 30pt; font-weight: normal}
h3{color: black; font-size: 10pt; font-weight: normal; font-family: verdana}

a.link:link { color: black;  text-decoration: none; font-size: 10pt; }
a.link:active { color: black;  text-decoration: none; font-size: 10pt; }
a.link:visited { color: black;  text-decoration: none; font-size: 10pt;  }
a.link:hover { color: white; text-decoration: none; font-size: 10pt;}

a.link2:link { color: red; text-decoration: none }
a.link2:active { color: red; text-decoration: none }
a.link2:visited { color: red; text-decoration: none }
a.link2:hover { color: #0123B6; text-decoration: none}

a.link3:link { color: 636363; text-decoration: none; font-size: 10pt }
a.link3:active { color: 636363; text-decoration: none; font-size: 10pt}
a.link3:visited { color: 636363;  text-decoration: none; font-size: 10pt}
a.link3:hover { color: white; text-decoration: none; font-size: 10pt}

a.current:link { color: white;  text-decoration: none; font-size: 10pt; font-family: verdana; text-align: center}
a.current:active { color: white;  text-decoration: none; font-size: 10pt; font-family: verdana; text-align: center}
a.current:visited { color: white;  text-decoration: none; font-size: 10pt; font-family: verdana; text-align: center}
a.current:hover { color: white; text-decoration: none; font-size: 10pt; font-family: verdana; text-align: center}

td.main {color: black; font-size: 10pt; font-weight: normal; font-family: verdana}
table.main {color: black; font-size: 10pt; font-weight: normal; font-family: verdana}

td.cat {color: white; font-size: 10pt; font-weight: normal; font-family: verdana} 

a.white:link { color: 636363;  outline: none;}
a.white:active { color: 636363; outline: none;}
a.white:visited { color: 636363; outline: none;}
a.white:hover { color: RED;outline: none;}

.white img{ border: 2px solid #636363; }
.white:hover img{ border: 2px solid RED; }
.white:hover{ color: red; /* doesn't do anything, but need it for this to work in ie, god. */ }

