div.topLeft{
top: 0px;
font-size: 20px;
border: 1px;
text-align: center;
}
div.topRight{
top: 5px;
font-style: normal;
text-align: center;
}
div.middleLeft{
bottom: 15px;
font-style: normal;
text-align: center;
}
div.middleright{
bottom: 5px;
font-style: normal;
text-align: center;
}
div.bottomLeft{
bottom: 0px;
font-style: normal;
text-align: center;
}
div.bottomRight{
bottom: 0px;
font-style: normal;
text-align: center;
}
A:link{
text-decoration: none;
color: #005500;
}
A:visited{
text-decoration: none;
color: #005500;
}
A:hover{
text-decoration: none;
color: blue;
}