body 	
	{
     	background: #F8F8F8  ;
	font-family: Verdana, Geneva, Arial, sans-serif; 
	}

#container 
	{
	margin: 0 auto; 
	margin-top:10px;
	width: 780px; 
	background: #fff  ;
	border:2px solid #DBDBDB;
	}

#text_box
	{
	clear:both;
	margin-left:50px;
	margin-top:0px;
	width:650px;
	padding:15px;
	
	}

#shade_box
	{
	display:block;
	margin-left:50px;
	width:500px;
	padding:20px;
	border:2px solid #DBDBDB;
	background: #F2F2F2;
	}


#footer
	{
	clear:both;
	width:780px;
	padding:12px;
	}

h1
	{
	color:red;
	font-family: times new roman;
	text-align:center;
	font-size: 36px;
	}

h2
	{
	color:red;
	font-family: times new roman;
	font-size: 26px;
	line-height: 120%;
	padding:5px;
	}

h3
	{
	color:red;
	font-family: times new roman;
	text-align:center;
	font-size: 20px;
	padding:15px;
	}


p	{
	margin: 20px; 	
	font-family: Verdana, Geneva, Arial, sans-serif; 	
	font-size: small; 	
	line-height: 130%;
	}

p.small	{
	margin: 20px; 	
	font-family: Verdana, Geneva, Arial, sans-serif; 	
	font-size: 10px; 	
	text-align:center;
	}

p.center
	{
	margin: 20px; 	
	font-family: Verdana, Geneva, Arial, sans-serif; 	
	font-size: small; 	
	line-height: 130%;
	text-align:center; 
	}


p.centerred
	{
	color: red; 
	margin: 20px; 	
	font-family: Verdana, Geneva, Arial, sans-serif; 	
	font-size: small; 	
	line-height: 130%;
	text-align:center; 
	}

p.footer
	{
	text-decoration:none; 
	font-family:times new roman; 
	text-align:center; 
	font-size:10px;
	}

p.menu
	{
	text-decoration:none; 
	font-family:times new roman; 
	text-align:right; 
	}

a:link 
	{
	color: blue;  
	text-decoration:none;
	
	}

a:visited 
	{
	color: blue;
	text-decoration:none;
	
	}


a:hover {
	color: red;  
	text-decoration:none;
	
	}









	