
.sheet div:hover { border:1px solid #FFFFFF;background-color:#CCCCCC } 
td.withLink { 
height: 15px; 
margin: 0px; 
padding: 0px; 
width: 110px; 
} 

td.withLink a { 
display: block; 
height: 15px; 
width: 110px; 
} 

td.withLink a:hover { 
background: #FFFFFF; 
} 


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

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

a.nav:hover {
color: #000000;
font-family: arial;
font-size: 65%;
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: overline underline
}

td.right {border-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;
}