h1 {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #FFFFFF;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color: #FFFFFF;
}
p	{
	font-family: "Courier New", Courier, mono;
	color:#66FF66;
	font-size: x-small;	
}
a:hover	{
	font-family: "Courier New", Courier, mono;
	color: #CCFF00;
	font-weight: bolder;
	text-decoration: underline;
}
a	{
	font-family: "Courier New", Courier, mono;
	color: yellow;
	font-weight: bolder;
	text-decoration: none;
}
a.front	{
	font-family: "Courier New", Courier, mono;
	color: #2498C5;
	font-weight: bolder;
	text-decoration: none;
	font-size: large;	
}
a.front:hover	{
	font-family: "Courier New", Courier, mono;
	color: #2498C5;
	font-weight: bolder;
	text-decoration: underline;
	font-size: large;	
}

body { 
	background-color: black;
}
td {
	font-family: "Courier New", Courier, mono;
	color:#FFFFFF;
	font-weight: bold;
	font-size: x-small;
}