body{
	background-color: #99CCCC;

}
table{
	cursor: crosshair;
	border-width: thin;

}
.table{
background-image : url(bacg.jpg);
	
}
h1{
	color: #4682B4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-stretch: semi-expanded;
	text-decoration : underline;
	background : #AFEEEE;
}
.time{
	color: #8B4513;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h2{
	color: #f8f8ff;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.c{
	text-align: center;
}
a:link{
	color: #483D8B;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	background : #AFEEEE;
}
a:visited{
	color: #4682B4;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	background-color : #AFEEEE;
}
a:hover{
	color: #87CEFA;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	background-color : #7FFFD4;
}
a:active{
	color: #1E90FF;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
}
h3{
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}