body {
background-color: #95bccb;
color: #333;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 10px;
}

.title2 {
position: absolute;
background-image: url('../img/title2.jpg');
top: 0px;
left: 0px;
width: 600px;
height: 200px;
}

.main {
position: absolute;
top: 200px;
left: 0px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
overflow: auto;
}

p {
text-align: justify;
}

p.footer {
color: #369;
}

img {
border: 0;
}

a:link {
background-color: transparent;
color: #ccc;
text-decoration: underline;
}

a:visited {
background-color: transparent;
color: #333;
text-decoration: none;
}

a:active {
background-color: transparent;
color: #ccc;
text-decoration: none;
}

a:hover {
background-color: transparent;
color: #999;
text-decoration: underline;
}

a:focus {
background-color: transparent;
color: #999;
text-decoration: none;
}
