p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;

}
body {
	background-color: #0000E1;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}
h1 {
	font-family: Tahoma;
	font-size: 22pt;
	line-height: 30pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
h2 {
	font-family: Tahoma;
	font-size: 16pt;
	line-height: 28pt;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}
h3 {
	font-family: Tahoma;
	font-size: 14pt;
	line-height: 22pt;
	color: #333333;
	text-align: center;
	text-transform: uppercase;


}
h4 {
	font-family: Tahoma;
	font-size: 12pt;
	line-height: 22pt;
	color: #333333;
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FED341;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
