BODY {
	
	color : Navy;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	}

A:LINK {
	color : #0000CD;
	text-decoration: underline;
	

}

 A:VISITED {
	color : Blue;
	text-decoration: underline;

}

A:HOVER {
	color : Red;
	text-decoration: underline;
	}

H1 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
		font-size : 14 px;
}

H2 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 13 px;
}

H3 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 11 px;
}

H4 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 10 px;
}

H5 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 9 px;
	
}

H6 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 8 px ;
	}

TD {
	color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
			}
			
.Highlightborder {
border:1px; 
border-thickness: 1px; 
border-color: #fff;
border-style: solid;}

A:hover .Highlightborder, A:active .Highlightborder
 {border:1px; border-thickness: 1px;
border-color: Blue; border-style: solid}

/*This is used to make font size slightly smaller*/
.Understate{
	font-size: 10px;
}

/*This is used to color background color*/
.Background{
	background-color: #F9EDC5;
	padding:  4px 
	}

/*This is used to make font size slightly smaller*/
.BottomBorder{
	border-bottom: dotted #F9EDC5;
}
	
/*This is used to identify seasons by controlling background color*/
.Winter{
	background-color: #DDE5F5;
	padding:  4px 
	}

/*This is used to identify seasons by controlling background color*/
.Spring{
	background-color: #AFC8EE;
	padding: 4px;
	}
	
/*This is used to identify seasons by controlling background color*/
.Shoulder{
	background-color: #8BB1E9; 
	padding:  4px;
}	

/*This is used to identify seasons by controlling background color*/
.Summer{
	background-color: #4C88DD;
	color: White;
	padding:  4px;
}

/*This is used to identify seasons by controlling background color.*/
.Peak{
	background-color: #1b4b90;
	color: White;
	padding:  4px;
}