body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background.jpg);
}

h1 { color: #FFCC00; 
	font-family: "Times New Roman", Times, serif; 
	font-style: italic; 
	font-size: 24px;
	}
	
table {
	background-color: #000066;
	padding: 0px;
	}
tr {
	background-image: none;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #99ccff;
	font-weight: 600;
	background-image: none;
}

a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	}
a:link {color: #FFCC00}     /* unvisited link */
a:visited {color: #FFcc00}  /* visited link */
a:hover {color: #99FFFF; font-weight: 600;}   /* mouse over link */
a:active {color: #FF9900}   /* selected link */

a.one:link {font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #ffcc00;
	}
a.one:visited {font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #ffcc00;
	}
a.one:hover {font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #99ffff;
	font-weight: bold;
	}
a.one:active {font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #ff9900;
	}
	
a.two:link {font-size: 25px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	color: #ffcc00;
	}
a.two:visited {font-size: 25px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	color: #ffcc00;
	}
a.two:hover {font-size: 25px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	color: #99ffff;
	font-weight: bold;
	}
a.two:active {font-size: 25px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	color: #ff9900;
	}	