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

p {
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}

a:link, a:visited, a:active {
	color: #75b8ec;
	text-decoration: none;
}	

a:hover {
	color: #330099;
	text-decoration: none;
}	
