body {background:white}

p  {font-size : 16px;
	font-family : "arial","helvetica",sans-serif;
	color: black;
	text-align: left;
	margin-left:10px;
	margin-right:0px;}
	
A  {font-size : 16px;
	font-family : "arial","helvetica",sans-serif;
	color : red;
	font-weight: bold;
	 text-align: right;}

A:Visited  {color : red;}
A:Active  {color : black;}
A:Hover  {color : #8a2be2;}

h1 {font-family: "arial","helvetica",sans-serif;
               color: gold;
				text-align: center;}

h2, h3, h4, h5, h6 {font-family: "arial","helvetica",sans-serif;
               color: red;
				text-align: center;}
	
.centertext {text-align: center;}
	
.copyright {text-align: center;
					color: red;
					font-size: 14px;}
					
.sxtitle {color: red;
					font-size: 18px;
					font-weight: bold;}

.red {color : red;}		

.indented40 {margin-left:40px;}		
					