body{
font-family: Georgia, Lucida Console, Courier, Arial;
color:#000000;
background-color: #c9c999;
scrollbar-track-color: #c9c999;
scrollbar-face-color : #66cc66;
}


.starbar{
text-align: center;
position:absolute;
width: 98%;
top: 102px;

border-style: none;
a:{text-decoration: none;}
}

.blocktext{
position: absolute;
top:250px;
left: 10%;
border: ridge; 
border-width: 2px;
border-color: #000000;
background-color: #c9c999;
margin: 5px;
padding: 4px; 
width: 80%; 
height: 50%; 
overflow: auto;
}



a:link {color: #ff0000; font-size:105%;}
a:visited {color: #669966; font-size:105%; text-decoration: line-through;}
a:active {color: #00FF00; font-size:105%;}
a:hover {color: #ff0000; text-decoration: underline;}
