table {
	background: transparent;
	border: thin outset Silver;
}
BODY {
	
	font-family: Arial;
	margin: 60px 60px;
	background-image: url(images/stars.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: White;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}


A{
	color: Silver;
	font-weight: bolder;
	font-size: 14px;

}


TD {
	font-size: 14px;
	font-family: Arial;
	color: Gray;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00CCFF;
	letter-spacing: 0.5em;
}

