a:link {color: #00AA00}
a:visited {color: #AAAAAA}
a:hover {color: #CC0066}
a:active {color: #0000FF}
body{
font-family:times;
background-color:blue;
color:yellow;
font-size:small;
}
SPAN.c1{
width:340px;
font-size:small;
margin:15px;
padding:10px;
left:100px;
color:black;
background-color:white;
border: thin groove green;
position:absolute;
display:block;
overflow:auto;
}
SPAN.c2{
color:yellow;
border:medium outset brown;
background-color:darkblue;
top:20px;
left:300px;
padding:10px;
line-height:0.3;
display:block;
position:absolute;
}
SPAN.c3{
left:20%;
color:cyan;
font-size:small;
top:1150px;
background-color:blue;
position:absolute;
display:block;
text-align:center;
}
