body { 
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	font-size: 11px;

			padding: 0;
			margin: 0;
			background-position: top center; 
			background-repeat: no-repeat; 
			background-color: #purple;
			background-attachment: fixed;
				margin-top: 0px;

		}
		

	

table {

	text-align: left;
	padding: 0px;
	spacing: 0px;
	border: 1px;
}    
h1  { font-size: 10px; color: #FF00FF; font-weight: bold; }
h2  { font-size: 10px; color: #orange; font-weight: bold; }
h3  { font-size: 10px; color: #0000FF; font-weight: bold; }

A:link {color: #purple; text-decoration: none} 
A:visited {color: #orange; text-decoration: none} 
A:hover {color: #FF6600; text-decoration: none} 
A:active {color: #00FFFF; text-decoration: none} 

table
{ 
margin-left: auto;
margin-right: auto;



