body {
	background-color: #CCCCCC;
}
h1, h2, h3, p {
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	text-align: justify;
}


h1 {
	font: "Arial", Times New Roman, Times, serif;
	font-size: medium;
	color:#000000;
	font:bold;
	text-align: justify;
	
}

h2 {
	font: "Arial", Times New Roman, Times, serif;
	font-size:small;
	color:#000000;
	text-align: justify;	
}

h3 {
    font: "Arial", Times New Roman, Times, serif;
	font-size: smaller;
	color:#000000;
	text-align: justify;
	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style3 {font-family: Geneva, Arial, Helvetica, sans-serif}
a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

a:active {
	color: #ccccCC;
	text-decoration: underline;
}