BODY {
background-color: #009290;
color: #0A0202;
}

a:link {
color: #0A0202;
text-decoration: bold;
}

a:visited {
color: #868A8A;
text-decoration: bold;
}

a:hover {
color: #0A0202;
text-decoration: bold;
}

a:active {
color: #0A0202;
text-decoration: bold;
}

.icon {
position: absolute;
top: 10px;
left: 10px;
width: 100px;
height: 100px;
}

.toplinks {
padding: 5px;
background-color: #C0DBCC;
border: 10px #5C2B0A;
border-style: double;
position: relative;
top: 30px;
left:130px;
font-size: 20px;
float: left;
}

.copyright {
text-align: right;
position: relative;
top: 0px;
font-size: 15px;
float: right;
}

.main {
padding: 5px;
position: absolute;
float: left;
left: 200px;
top: 130px;
width=50%;
background-color: #C0DBCC;
border: 10px #5C2B0A;
border-style: double;
font-size: 15px;
margin: 12px 12px 12px 12px;
}

.main2 {
padding: 5px;
position: absolute;
float: left;
left: 5%;
top: 130px;
width=90%;
background-color: #C0DBCC;
border: 10px #5C2B0A;
border-style: double;
font-size: 15px;
margin: 12px 12px 12px 12px;
}

.leftlinks {
padding: 5px;
position: absolute;
font-size: 12px;
background-color: #C0DBCC;
border: 10px #5C2B0A;
border-style: double;
top: 130px;
width=150px;
left: 0px;
}
