/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background-color: #000000;
	font-family: Arial,sans-serif;}

/************ welcome design *******************/
.ad{
	padding-left: 55px;}
	
.title{
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Broadway;
	font-size: 24px;}

.date{
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding-top: -5px;}

.month{
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Broadway;
	font-size: 18px;}

.content{
	padding-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;}

.content2{
	padding-left: 55px;
	color: #FFFFFF;}

.table{
	padding-left: 55px;}

.wow{
	color: #FFFFFF;
	font-weight: bold;}

.grade{
	padding-left: 55px;
	color: #FFFFFF;
	font-weight: bold;}

/************ link design **********************/
.link{
	font-weight: bold;
	text-decoration: none;}

a:visited{
	color: #0000FF;
	text-decoration: none;}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;}