 html {overflow: scroll;}
body { 
background-color : black;
color : white;
font-family : sans-serif;
font-style : italic;
text-align : center;
} 
A:link { 
color : #000000;
font-size : medium;
background-color : #c0c0c0;
border-top : 2px solid #ffffff;
border-right : 2px solid #000000;
border-bottom : 2px solid #000000;
border-left : 2px solid #ffffff;
text-decoration : none;
padding : 0 2px 0 2px;
} 
A:active { 
color : red;
font-size : medium;
background-color : #a9c397;
text-decoration : none;
border-top : 2px solid #660000;
border-right : 2px solid #ffffff;
border-bottom : 2px solid #ffffff;
border-left : 2px solid #660000;
padding : 0 2px 0 2px;
} 
A:visited { 
color : #000000;
font-size : medium;
background-color : #c0c0c0;
border-top : 2px solid #ffffff;
border-right : 2px solid #000000;
border-bottom : 2px solid #000000;
border-left : 2px solid #ffffff;
text-decoration : none;
padding : 0 2px 0 2px;
} 
A:hover { 
color : #ffffff;
font-size : medium;
background-color : #000000;
border-top : 2px solid #c0c0c0;
border-right : 2px solid #ffffff;
border-bottom : 2px solid #ffffff;
border-left : 2px solid #c0c0c0;
text-decoration : none;
padding : 0 2px 0 2px;
} 
.toleft { 
position : absolute;
left : 10px;
top : 10px;
} 
.tocenter { 
position : absolute;
top : 10px;
margin-left : auto;
margin-right : auto;
} 
.toright { 
position : absolute;
right : 10px;
top : 10px;
} 
.totop { 
position : absolute;
top : 0px;
margin-left : auto;
margin-right : auto;
} 
