body
{
background-color: black;
margin-left: 40px;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
}

a:link
{
color:#62AAF6;
text-decoration:none;
border-style:none;
}

a:active
{
color:#62AAF6;
border-style:none;
}

a:visited
{
color:#62AAF6;
border-style:none;
text-decoration:none;
}

a:focus
{
outline:none;
}

a:hover
{
border-style:none;
color:#FFFFFF;
}


h1 
{
background-color: #00000f;
border-style:none;
}

h1:hover
{
color:#62AAF6;
border-style:none;
}

h2 
{
color:#62AAF6;
border-style:none;
}

h2:hover
{
color:#FFFFFF;
border-style:none;
}

h3 
{
background-color: #00000f;
border-style:none;
}

p
{ 
font-family:"Times New Roman", Times, serif;
border-style:none;
}

img
{ 
border-style:none;
}

div#head {
    position: absolute;
    width:750px;
    height:100px;
    left:100px;
    top: 100px;
    background-color: #000000;
}
div#columns {
    position: relative;
    width: 750px;
    left:100px;
    top: 200px;
    background-color: #000000;
}
div#side1 {
    position:absolute;
    width:150px;
    top: 0px;
    background-color: #000000;
}
div#content {
    position: relative;
    width: 450px;
    padding: 10px;
    top: 0px;
    left: 150px;
    background-color: #000000;
}
div#side2 {
    position:absolute;
    width:150px;
    top: 0px;
    left: 600px;
    background-color: #000000;
}
div#foot {
    position: relative;
    width: 750px;
    left: 100px;
    top:188px;
    margin-top: 0px;
    background-color: #000000;
}