@CHARSET "UTF-8";

.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}

body,td,th {
	font-family: Courier New, Courier, mono;
}

body {
	margin: 0 20px 2em 20px;
	background: #fff url(../img/gradient342.jpg) repeat-x
}

a:link {
	text-decoration: underline;
	color: #0000DD;
}

a:visited {
	text-decoration: underline;
	color: #0000DD;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFCC;
}

a:active {
	text-decoration: underline;
	color: #0000DD;
}

