body, p {
	font-family: arial, helvetica, 'Comic Sans MS', sans-serif;
	Color : #000080;
	margin-left: 0.1in;
	margin-right: 0.1in;
	BackGround-Color : #F5FFF5;
	}
	
}
HR {
	width : 80%;
	color : Maroon;
}
.bold {
    font-weight : bold;
}
P.red {
    color : Red;
    text-align : center;
    font-family : Arial;
    font-size : x-large;
}

TD.top {
    text-align : center;
    font-weight : bold;
    background-color : Yellow;
    border-left : thin solid;
    border-bottom : thin solid;
}
TD.bottom {
    text-align : center;
    font-weight : bold;
    background-color : Lime;
    border-left : thin solid;
}


H1, H2{
	
	Color : "#78D568";
	Text-Align : Center;
	}




H3, H4, H5, H6{
	
	Color : #88BB99;
	Text-Align : Center;
	}



A{
	Color : #008000;
	font-size : medium;
	Text-Decoration : none;
	}


A:Visited{
	Color : #0000FF;
	Text-Decoration : none;
	}


A:Active{
	Color : #80FF00;
	Text-Decoration : underline;
}


A:Hover{
	Color : #FF0000;
	Text-Decoration : underline;
}


