.normaltext {  
	font-family: "Verdana", sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: normal; 
	color: #000000
}

.brighttext {  
	font-family: "Verdana", sans-serif; 
	font-size: 12px; font-style: normal; 
	font-weight: bold; 
	color: #CC0033
}

.copyright {  
	font-family: "Verdana", sans-serif; 
	font-size: 11px; font-style: normal; 
	font-weight: normal; 
	color: #000000;
	padding: 10px;
}

h1 {  
	font-family: "Impact"; 
	font-size: 26px; 
	font-style: normal; 
	color: #3f2f6d;
	font-weight: normal; 
	text-decoration: none
}

h2 {  
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold; 
	color: #3f2f6d; 
	text-decoration: none
}

h3 {  
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	color: #3f2f6d
}

a:hover {  
	text-decoration: none; 
	background: #5a85dd
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #DEEBFC
}