BODY,body		
		{
			font-family : "Palatino Linotype", "Verdana" ,"Helvetica", sans-serif;
			color : #FFF9EE;
			background-color : #EEE9DD;
			background-image : url(../images/background-striped.gif);
			font-weight : normal;
			margin-left : 0%;
			margin-right : 0%;
			margin-top : 0%;
			margin-bottom : 0%;
		}

A:link
		{
			font-weight: normal;
			color: #FFFFFF ;
		}
A:visited
		{ 
			font-weight: normal;
			color: #FFFFFF ;
		}
A:active
		{
			text-decoration: none;
			color: #EEE9DD;
		}	
A:hover
		{
			background-color: #EEEEEE;
			color : #333333;
		}

.menu
		{
			font-size: large;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
			font-family : "Georgia", "Verdana" ,"Helvetica", sans-serif;

		}
.menu A:link
		{
			color: #000000;
			text-decoration: none;
		}
.menu A:visited
		{
			color: #000000;
			text-decoration: none;
		}		
.menu A:hover
		{
			background-color: #000000;
			font-weight: bold;
			text-decoration: none;
		}
.bluetable
		{
			background-color : #058DF9;
		}
h1						{ font-size : large; font-weight: bolder; color: #FFF9EE;}
h2						{ font-size : large; font-weight: normal; color: #FFF9EE;}
h3 						{ font-size : medium; font-weight : normal; color: #FFF9EE;}

.HomepageContent		{ color : #FFF9EE;}

.content h1			{ font-size : large; font-weight: bolder; color: #000000;}
.content h2			{ font-size : large; font-weight: normal; color: #000000;}
.content h3			{ font-size : medium; font-weight : normal; color: #000000;}

.content				{ color: #000000;}
.content A:link 		{ font-weight: normal; color: #000000 ;}
.content A:visited	{ font-weight: normal; color: #000000 ;}
.content A:active		{ font-weight: normal; color: #000000 ;}
.content A:hover		{ background-color: #058DF9; color : #FFFFFF;}