a:link {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #FF0000;
	text-decoration: none;
}
.link1 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;

}
.link1 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;

}
.link1 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;

}
body {
	background-color: #000000;
}
.link2 a:link {
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;

}
.link2 a:visited {
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
}
.link2 a:hover {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}
