
.sheet div:hover { border:1px solid #FFFFFF;background-color:#CCCCCC } 

a.nav:link {
color: #FFFFFF;
font-family: arial;
font-size: 100%;
text-decoration: none;
font-variant: small-caps;
}

a.nav:visited {
color: #FFFFFF;
font-family: arial;
font-size: 100%;
text-decoration: none;
font-variant: small-caps;
}

a.nav:hover {
color: #FF0000;
font-family: arial;
font-size: 100%;
font-variant: small-caps;
text-decoration: none
}

a:link {
color: #000000;
font-family: arial;
font-size: 100%;
text-decoration: underline;
}

a:visited {
color: #000000;
font-family: arial;
font-size: 100%;
text-decoration: underline;
}

a:hover {
color: #FF0000;
font-family: arial;
font-size: 100%;
text-decoration: underline
}

td.right {border-right-color: red;
border-right-width: 1px;
border-right-style: solid
}

td.bottom {border-color: red;
border-bottom-width: 1px;
border-bottom-style: solid
}

body {font-family: arial size:12pt;
}