@charset "UTF-8";
body {
        margin-top: 200px;
        font-family: "Verdana";
        font-size: 10px;
		color:#333;
}

a:link {
	text-decoration: none;
	color:#333;
}
a:visited {
	text-decoration: none;
	color:#333;

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