/*
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: #E4E7F8;
	text-align: center;
	
	}

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

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: 4px solid #E42831;
	padding: 2px;
	font-family:Trebuchet MS;
	font-size:15px;
	letter-spacing:1px; 
	line-height:18pt; 
	color: #FF5621; 
	text-align: center;
	text-transform: UPPERCASE;
	
}



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





#header {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	
}	

#content {
	
	position: absolute;
	top: 80%;
	left: 30%;
	width: 600px;
	
}	
-->

