@charset "utf-8";
/* CSS Document */

html, body {
margin: 0 0 0 0;


font-family: Verdana, Arial, sans-serif;
font-size: 8 px;
color: blue;
}


a, a:visited {
	text-decoration: none;
 	font-family: Verdana, Arial, sans-serif;
	font-size: 8 px;
	background-color: transparent;
	color: blue;
}
a, a:link {
	text-decoration: none;
 	font-family: Verdana, Arial, sans-serif;
	font-size: 8 px;
	background-color: transparent;
	color: blue;
}
a:hover {
	text-decoration: none;
 	font-family: Verdana, Arial, sans-serif;
	font-size: 8 px;
	background-color: transparent;
	color: red;
}