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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

A:link
{
	text-decoration:none;
	color:#990000;
	border:none;
	outline:none;
}
A:visited{
	text-decoration:none;
	color:#990000;
	border:none;
	outline:none;
}
A:active{
	text-decoration:none;
	color:#990000;
	border:none;
	outline:none;
}
A:hover
{
	color:#EE0000;
	letter-spacing:0.5px;
}

img{
	border:none;
	}