body 
	{
	margin: 10px; 
	background-color: #C0C0C0;
	}

.header
	{
	background-color: #CC3300;
	text-align: center
	}

.header h1
	{
	margin: 5px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 36px; 
	color: #FFFFFF; 
	text-decoration: none;
	}

.content h1
	{
	margin: 5px; 
	font-size : 150%;
	font-weight: bold; 
	}
.content h2
	{
	margin: 0px; 
	font-size : 120%;
	font-weight: bold; 
	}

.menu
	{
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none;
	text-align: center
	}
	
.menu a:link
	{
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color : #FFFFFF;

	text-decoration: underline;
	}

.menu a:visited
	{
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: underline ;
	text-align: center;
	}

.menu a:hover
	{
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color : #F1F1F1;
	text-decoration: underline;
	text-align: center;
	}
.LinkOnder 
	{
	text-align: center;
	font-weight: bold; 
	}

.LinkOnder a:link
	{
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color : #CC3300;
	text-decoration: underline;
	text-align: center;
	font-weight: bold; 
	}

.LinkOnder a:visited
	{
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC3300; 
	text-decoration: underline ;
	text-align: center;
	font-weight: bold; 
	}

.LinkOnder a:hover
	{
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color : #000000;
	text-decoration: underline;
	text-align: center;
	font-weight: bold; 
	}


.copyright
	{
	margin: 3px; 
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: none;
	}
