/* CSS Document */

a:link {
	color: #D70000;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
}

a:visited {
	color: #D70000;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
}

a:hover {
	color: #D70000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: 700;
}

body {
	font-family: verdana, tahoma, sans-serif;

}