body 	{ 
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family: Times,serif;
	}

table	{
	margin:50px auto 100px auto;
	text-align:left;
	}

h1	{	
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #00FF00;
	display:inline;
	line-height: 12px;
	}

h2 	{	
	font-family: serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	text-transform: none;
	color: #FF0000;
	background-color: #000000;
	line-height: 22px;
	}

h3 	{	
	font-family: serif;
	text-transform: uppercase;
	font-size: 50px;
	text-transform: none;
	color: #00ff00;
	}

a 	{ 	
	color: #FFFFFF;
	font-size: 12px;
	font-stretch: normal;
	text-decoration: none;
	}

a:hover { 
	color: #ffffff;
	background: #00cc33;
	}
