/* CSS Document */

body {
margin-top: 0px;
margin-bottom: 0px;
background-image:url(images/sdbg.jpg);
background-color:#990033;
background-position:center;
background-attachment:fixed;
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000033;
text-decoration:none;
}

a {
color:#003366;
}

a:link {
text-decoration:none;
}

a:visited {
color:#003366;
text-decoration:none;
}

a:active {
color:#990033;
}

a:hover {
color:#003366;
text-decoration:underline;
}

h1 {
color:#666666;
font-size:16px;
font-weight:bold;
}