* {
	text-align: center ;		
	border: 0px Solid Green ;
	/* to see the borders for testing purposes, set the width to "1" */
	margin-left: auto ;
	margin-right: auto ;
	/* this might help the centering thing */
	}

body {
	font-family: Arial ;
	color:00008B ;
	background-color: 696969 ;
	}	
			

p {
	font-size:25px ;
	font-align:center ;
	font-family:Agnes ;
	font-color:#00008B ;
	}


table {
	/***background-image:url(img/greed_trans_background.png) ***/
	}
			
td {
	/* I havent go tanything to put here yet */
	}
h1 {
	font-size:40px ;
	text-decoration:underline ;
	}
	
		/*** Link Styling ***/

a {
	background-color:;
	color:0000cc ;
	text-decoration: none;
	font-size:25px ;
	}

a:visited {
		 color:0000cc ;
		 text-decoration: none;
		}
a:hover {
		color:#fff ;
		background-color:;				
		text-decoration:underline;
		/* if you cange these colors you can create a hover effect */
		}
a:focus {
		color: #fff ;
		background-color: #000;
		text-decoration: underline;
		 /* if you cange these colors you can create a hover effect */
		}
		
		/*** Nav Bar Styling ***/

a.nav_bar {
	background-color:;
	color:00008B ;
	text-decoration: none;
	font-size:25px ;
	}

a.nav_bar:visited {
		 color:00008B ;
		 text-decoration: none;
		}
a.nav_bar:hover {
		color:#fff ;
		background-color:;				
		text-decoration:underline;
		/* if you cange these colors you can create a hover effect */
		}
a.nav_bar:focus {
		color: #fff ;
		background-color: #000;
		text-decoration: underline;
		 /* if you cange these colors you can create a hover effect */
		}

a.nav_bar#this_page {
		font-weight:bolder ;
		text-decoration:underline ;
		color:00008B ;
		}


		
/***

I cant get the class selector to work in Firefox, it works well in IE7 though. It doesn't look so good with the new color scheam, so it is disabled.

div.836promo {
		display: block ;
		background-color: 008b00;
		color: #00008b
		width: 100px ;
		font-size:35px ;
		border: 2px solid #000000 ;
		font-family: Mistral ;
		}
							
 div.836promo:first-child {
				font-size:45px ;
				color: #00ee00 ;
				font-family: Mistral ;
				}
***/