 BODY {
	background-repeat : repeat-y repeat-x;
	background-color : #FFFFFF;
	margin-left : 100px;
	margin-right : 100px;
	font-family : Tahoma;
	font-size : medium;
	font-style : normal;
	text-align : justify;
	text-indent : inherit;
	color : Blue;
}
ADDRESS {
	color : Green;
	text-indent : inherit;
}
A, A:VISITED {
	color : #0063FF;
}
A, A:LINK {
	color : Navy;
}
H1 {
	color : #00009C;
	font-family : "Comic Sans MS";
	font-weight : bold;
	font-size : x-large;
	text-align: center
}
H2{
	color : #63CEFF;
	font-family : "Comic Sans MS";
	font-weight : bold;
	font-size : large;
}
H3{
    color : Blue;
    font-family :"Comic Sans MS";
    font-size :x-large;
    text-align :center
}
H4{
    font-family: Tahoma;
    font-size: x-large;
    font-weight: bold;
    color: #3399FF;
    text-align: center;
}
  
