textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
table {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}



.title {font-size: 12px; font-weight: bold; color: #FF3399}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
}




a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	background-color: #F1EEEE;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
	background-color: #F1EEEE;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	background-color: #F1EEEE;
	color: #000000;
	text-decoration: none;
	}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #FF3399;
}

