a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF0000;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #990000;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CC9900;
	background-color: #FFFFCC;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #006600;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	border: thin dashed #FF0000;



}
