body { 
			font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;

			padding: 0;
			margin: 0;
			background-image: url(images/bg2.jpg); 
			background-position: top center; 
			background-repeat: no-repeat; 
			background-color: #black;
			background-attachment: fixed;
				margin-top: 25px;

		}
	

table {
	background-color: #FFFFFF;

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

A:link {color: #FF00FF; text-decoration: none} 
A:visited {color: #0000FF; text-decoration: none} 
A:hover {color: #FF6600; text-decoration: none} 
A:active {color: #00FFFF; text-decoration: none} 

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



