<!-- style sheet -->

Body{
	background-color: Black;
}


P {  
        font-family:arial;
        font-size:8pt;
        color:white;
      }

    A {
	text-decoration: none;
	color: #F5B632;
}
	  
P.big{
		font-size:15pt;
		}
		
P.small{
		font-size:8pt;
		}
