/*This is the core style sheet of the site.*/

body {
font-family: Arial, serif;
font-size: small;
background-color: #000000;
color: #ffffff;
}
a:link {
color: #00ff00
}
a:active {
color: #0000ff
}
a:visited {
color: #0000ff
}
h1 {
font-family: Times, serif;
font-size: medium;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
text-align: center;
}
h2 {
font-family: Times, serif;
font-size: medium;
font-weight: normal;
font-variant: small-caps;
text-align: center;
}
h3 {
font-family: Times, serif;
font-size: medium;
font-weight:bold;
font-style: italic;
font-variant: normal;
margin-top: 0;
margin-bottom: 0;
}