/* CSS Document */
.body {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.redbig {
	font-family: verdana;
	font-size: 18px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

.orangebig {
	font-family: verdana;
	font-size: 14px;
	color: #CC9933;
	text-decoration: none;
	font-weight: bold;
}

.link {
	font-family: verdana;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.link:link {
	font-family: verdana;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
	font-family: verdana;
	font-size: 12px;
	color: #CC9933;
	text-decoration: none;
	font-weight: bold;
}
.link:visited {
	font-family: verdana;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
