
.sidebar { 
font-family:  Times Roman; 
font-size:12pt; 
font-weight: bold; 
border-style: solid;
border-width: 1; 
border-color: #000000;
background-color: #FF0000; 
color: white; 
width:140; 

} 
.box { 
background-color: #FF0000; 
color: white; 
width:140px; 
text-align: center;
} 
div.sidebar a:link     { 
color: white; 
text-decoration: none 
} 
div.sidebar a:visited  { 
color: white; 
text-decoration: none 
} 
div.sidebar a:active   { 
color: black; 
text-decoration: none 
} 
div.sidebar A:hover    { 
color: black; 
text-decoration: none 
} 
body {
font-family:  Arial, Helvetica, sans-serif, Times Roman; 
background-color: #FFffff; 
}
 