/* CSS Document */
body {
margin: 0px;
}

a:link {
color: #990000;
font-weight: regular;
line-height: 120%;
text-decoration: none;
}

a:visited {
color: #990000;
font-weight: regular;
text-decoration: none;
}

a:hover {
color: #2e2842;
font-weight: regular;
text-decoration: none;
}

.bodylink {
color: #990000;
text-decoration: none;
}

p, body {
font-family: Times New Roman, Times, Georgia, serif;
font-size: 15px;
line-height: 125%;
color: #000000;
}



