
body {
background-color: #b0b0f0;
color: #000000;
}

a:link {
border-width:0px;
color: #000000;
background-color:transparent;
line-height:150%;
text-decoration:underline;
}

a:focus {
border-width:0px;
color: #b0b0f0; 
background-color:transparent; 
line-height:150%;
text-decoration:underline;
}

a:hover {
border-width:0px;
background-color:transparent; 
color: #000000; 
line-height:150%;
text-decoration:underline;
}

a:visited {
border-width:0px;
background-color:transparent; 
color: #300000;
line-height:150%;
text-decoration:underline;
}

a:active {
border-width:0px;
background-color:transparent; 
color: #000000;
line-height:150%;
text-decoration:underline;
}

table { 
border-collapse:collapse;
border-width:2px;
border-style:groove; 
border-color:#b0b0f0;
background-color: #b0b0f0;  
color: #000000;
font-size:medium; 
font-weight:normal;
font-stretch:narrower;
line-height:120%;
table-layout:fixed;
}

input { 
background-color:transparent; 
color:#000000; 
border-width:2px; 
border-style:groove; 
border-color:#e0e000;
}

img {
border-collapse:collapse;
border-width:0px;
border-style:groove; 
border-color:#b0b0f0;
text-decoration:none;
}


