.bigyellow {
	font-family: "Courier New", Courier, mono;
	font-size: xx-large;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: text-top;
	border: none;
}
.yellowwhite {

	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: left;
	background-color: #FFFF00;
	vertical-align: text-top;
}
.yellowyellow {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: text-top;
	list-style-type: none;
	list-style-position: outside;
}

a {
	font-family: "Courier New", Courier, mono;
	font-size: xx-large;
	color: #000000;
}

a:link {
	text-decoration: none;
	background-color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
