@charset "utf-8";
/* CSS Document */

html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: #FFFFFF; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 
 }
h1 {
	font-size: 200%;
	color: #333;
	text-align: center;
	font-weight: bold;
	}
h2 {
	font-family: Bradley Hand ITC, sans-serif;
	font-size: 150%;
	color: #333;
	text-align: center;
	font-weight: bold;
	}
h3 {
	font-family: Bradley Hand ITC, sans-serif; 
	font-size: 120%;
	color: #333;
	text-align: right;
	}
	h4 {
	font-family: Verdena, sans-serif;
	font-size: 70%;
	color: #333;
}
p {
	font-family: Geneva, sans-serif;
	font-size: 100%;
	color: #333;
	text-align: center;
 }
p1 {
	font-family: Geneva, sans-serif;
	font-size: 100%;
	color: #333;
	text-align: justify;
 }
a:link {
	color: #333;
	text-decoration: none;
 }
a:visited {
	color: #333;
	text-decoration: none;
 }
a:active {
	color:#333;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
	text-align: center;
}

