@import url("reset.css");

body {
	background: none;
	padding: 0;
	font-weight: bold;
	color: #c2020f;
	font-family:"Courier New", Courier, monospace;
	font-size: 25px;
	height: auto;
	margin: 0 0 10px 0;
}

body a
{
	color: #ee0000;
	text-decoration: none;
}

body a:hover
{
	color: #333333;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
}