* {
margin: 0px;
padding: 0px;
border: 0px;
font-size: 12px;
font-family: arial, sans-serif;
}

a:link {
color: #05419B;
text-decoration: none;
}


a:hover {
color: #05419B;
text-decoration: underline;
}

a:visited {
color: #05419B;
text-decoration: none;
}

a:visited:hover {
color: #05419B;
text-decoration: underline;
}

a:active {
color: #05419B;
text-decoration: underline;
position: relative;
top: 1px;
left: 1px;
}

.center {
margin: auto auto;
text-align: center;
}

.logo {
width: 709px;
height: 211px;
position: absolute;
top: 0px;
left: 0px;
}

.nav {
position: absolute;
top: 215px;
}

.content {
position: absolute;
top: 200px;
left: 200px;
}