@charset "UTF-8";
/* CSS Document */

body {
background-image:url('../images/background.jpg');
background-attachment: fixed;
background-position:top center;
background-repeat:no-repeat;
background-color:#000033;
font-family: Arial;
font-size:12px;
color:#FFFFFF;
margin-top:0px;
margin-bottom:0px;
}

.header {
font-family: Arial, Helvetica, sans-serif;
font-size:22px;
color:#FFFFFF;
font-weight:bold;
}

.header a:link {
color: #FFFFFF;
text-decoration:none;
font-size:16px;
font-weight:bold;
}

.header a:hover {
color: #FFFFFF;
text-decoration:underline;
font-size:16px;
font-weight:bold;
}

.header a:active {
color: #FFFFFF;
text-decoration:none;
font-size:16px;
font-weight:bold;
}

.header a:visited {
color: #FFFFFF;
text-decoration:none;
font-size:16px;
font-weight:bold;
}

a:link {
color: #FFFFFF;
text-decoration:underline;
font-weight:bold;
}

a:hover {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

a:active {
color: #FFFFFF;
text-decoration:none;
font-weight:bold;
}

a:visited {
color: #FFFFFF;
text-decoration:none;
font-weight:bold;
}


