/* CSS DOCUMENT */

/* Different Font Families you can use
* font-family:Arial, Helvetica, sans-serif;
* font-family:Georgia, "Times New Roman", Times, serif;
* font-family:"Times New Roman", Times, serif;
* font-family:"Courier New", Courier, mono;
* font-family:Verdana, Arial, Helvetica, sans-serif;
* font-family:Geneva, Arial, Helvetica, sans-serif;
End Font Families */

/* Text text-decorations for hyperlinks
* text-decoration:blink; 
* text-decoration:inherit;
* text-decoration:none;
* text-decoration:overline;
* text-decoration:underline;
End Text-Decoration */

/* BODY ATTIBUTES */
body {
background-color : #ebbd20;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* NAVIGATIONAL LINKS */
a:link { 
	color : #0E44CB; 
	text-decoration:none;
}
a:visited { 
	color : #0E44CB;
	text-decoration : none; 
}
a:hover { 
	color : #ebbd20;
	text-decoration : none;
}
a:active { 
	color : #0E44CB; 
	text-decoration : none; 
}

/* #LOGO CSS INFO# */
h1 { 
	font-size: 20px;
	color:#FFFFFF;
}

/* #SLOGAN# */
.slogan {
	color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* #CONTENT# (main text)*/
.content {
	color:#000000;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
/* #VMENU# (verticle menu) */
.vmenu {
font-size: 14 px;
}
.vmenu a:link {
	color :#0E44CB; 
	text-decoration:none;
}
.vmenu a:visited {
	color : #0E44CB; 
	text-decoration:none;
}
.vmenu a:hover {
	color : #ebbd20; 
	text-decoration:none;
}
.vmenu a:active {
	color : #0E44CB; 
	text-decoration:none;
	}

/* TMENU DOES NOT HAVE A DECLARATION */

