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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a, a:visited {
	color: #00AFFF;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}   /* mouse over link */
img {
	padding-right: 25px;
}
