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

a:link {
	color: #6C7075;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C7075;
}
a:hover {
	text-decoration: underline;
	color: #EA2326;
}
a:active {
	text-decoration: none;
	color: #EA2326;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: verdana;
	font-size: 16px;
}
.style2 {
	font-family: verdana;
	font-size: 16px;
	color: #FFFFFF;
}
