@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	font-family: Arial;
	font-size: 18px;
	background-color: #FFFFFF;
}

A:link {color: #000000; text-decoration: underline;font-size: 16px;}
A:visited {color: #000000; text-decoration: underline;font-size: 16px;}
A:active {color: #000000; text-decoration: underline;font-size: 16px;}
A:hover {color: #777777; text-decoration: none;font-size: 16px;}

