/* This is an external Cascading Style Sheet */

body {background: black;
	 background-repeat: repeat-y;
	 background-attachment: fixed}
h1 {color: white; font-size: 20pt; font-family: arial; margin-left: 10px}
h2 {color: white; font-size: 16pt; font-family: arial; margin-left: 10px}
h3 {color: white; font-size: 12pt; font-family: arial; margin-left: 10px}
hr {color:gray}
td {color: white; font-size: 10pt; font-family: arial; margin-left: 10px}
p {color: white; font-family: arial; font-size:10pt; margin-left: 10px}
pre {color: white; font-family: arial; font-size:10pt; margin-left: 10px}
a:link     {color:white}
a:visited  {color:gray}
a:active   {color:red}
a:hover    {color:red}
