body { font-size : 60%;
       background-color : #000000;
       background-attachment: fixed;
       background-repeat: no-repeat;
       color : #FFFFCC }

body.gray { background-color : #666666 }

body, p, table, td, th, ul, ol, h1, h2, h3, h4
{ font-family : verdana, helvetica, arial, sans-serif }

body, p, td { text-align : justify }

h1, h2, h3, h4
{ color : #00FFFF;
  font-size : x-small;
  text-align : center }

h1 { font-weight : bold }

table {font-size : 100%}

a { color : #00CCCC;
    text-decoration: none }
a:visited { color : #00CCCC }
a:active  { color : #66FFFF }
a:hover   { color : #66FFFF }

.blue { color : #00FFFF }
.bblue { color : #00FFFF;
	 font-weight : bold }
