body {	
	font-size : 12pt;
	background-color : #F0FFFF;
	background : url(../Graphic/Gray.jpg);
}

A:link {
	font-weight : bold;
	color: Blue;
	text-decoration: none;
}

A:visited {
	font-weight : bold;
	color: Green;
	text-decoration: none;
}

A:hover {
	font-weight : bold;
	color: Red; 	
	text-decoration: none;
	background : White;
}

.title {
	font-size : 24pt;
	font-weight : bold;
	color: White;
	text-align : center;
	background : #6A5ACD;
}

.stitle {
	font-size : 18pt;
	font-weight : bold;
	color: White;
	text-align : center;
	background : #6A5ACD;
}
.Tc{
	font-weight : bold;
	color: White;
	text-align : center;
	background : #483D8B;
}
.Th{
	font-weight : bold;
	color: White;
	text-align : center;
	background : Teal;
}
.CDopen{
	text-align : center;
	background : #E6F9E6;
}
.CDclose{
	text-align : center;
	background : #FFB6C1;
}
.CDnone{
	text-align : center;
}
.CDhead{
	color: White;
	text-align : center;
	background : #008000;
}
