/*
A few css ideas/inspirations from: 
http://the-peril.com/ and http://www.freecsstemplates.org
*/
body {
	
     	font-family:Trebuchet MS;
	font-size:13px;
	background-color: #DFE3F7;
	color: #666666;
	
	
	}

b {	font-family:Trebuchet MS;
	font-size:15px;
	color: #00D1F2;
	}

i { 	font-family:Trebuchet MS;
	font-size:11px;
	color: #00D1F2;
}

u { 	font-family:Trebuchet MS;
	font-size:11px;
	color: #D7F158;
}
	
TD, TR {
	font-family:Trebuchet MS;
	font-size:11px;
	color: #252525;
}

a:link, a:visited, a:active {
	color: #F76219;

	text-decoration:none; 
	font-weight:bold;
	letter-spacing: 1px;
}


A:hover{
	color: #FD2618;
	
	text-decoration:none; 
	font-weight:bold;
	}
	
a img { 	
	border : 2px solid #F76219; }

a:hover img {
	border:2px solid #FD2618; }

h1 {
	 
border-bottom: 8px solid #E42831;
	padding: 2px;
	padding-bottom: 5px;
	font-family:Trebuchet MS;
	font-size: 35px;
	letter-spacing:-1px; 
	text-align: center; 
	color: #FF5621; 
	text-transform: UPPERCASE;
	
}



h2{
text-align: center;
font-size: 17px;
font-weight: bold;
background-color: #7372CE;
color:#000000;
}



}

.menu {
border-bottom: 1px solid #000000;
padding-bottom: 2px;
background-color: #000000;
}

img {
border: 2px solid #666666;
padding: 2px;

}	
-->

