* {
margin: 0;
padding: 0;
}

body {
background: #022275 url(images/bg.jpg) top center repeat-x;
}

.welcome, h3, .news, #footer {
padding: 0 25px 0 35px;
font-family: arial;
line-height: 26px;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-align: left;
}

h3 {
color: #0e58b1;
font-size: 14px;
padding-left: 25px;
}

.news {
padding-right: 25px;
}

#footer {
padding: 5px;
margin: 0;
font-size: 12px;
color: #999999;
text-align: center;
}

a, a:visited {
color: #0e58b1;
text-decoration: none;
}

a:hover {
color: #3e118c;
text-decoration:underline;
}