body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
p {
	color: #333366;
	text-align: justify;
	margin: 20px 10px 20px 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0066;
	font-size: 20px;
	font-weight:normal;
	margin: 10px;
}
h2 {
	font-size: 16px;
	color: #3366CC;
	margin: 10px;
	font-weight:normal;	
}
h3 {
	font-size: 18px;
	color: #CC0066;
	text-align: center;
	margin: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0066;
	margin: 5px 20px 5px 20px;
	font-weight:normal;
}

h4:hover {
	color: #FF0099;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	color: #CC0066;
	text-decoration: underline;
}

.a-index {
	color: #FFF;
	text-decoration: underline;
}
.a-index:hover {
	color: #CC0066;
	text-decoration: none;	
}


ul {
	font-size: 14px;
	font-weight: bold;
	list-style:none outside;
	color: #336699;
	margin:20px 10px 20px 10px;
	padding:0px;	
}





.link {
	color: #336699;
	font-weight: bold;
}
