BODY{
	background:skyblue;
	font-family:"Comic Sans MS",fantasy;
	font-size:12pt;
}

H1{
	text-align:center;
	font-weight : 400;
	font-size : 20pt;
}

H2 {
	text-align:center;
	font-weight : 400;
	font-size : 18pt;
}

A:link{
	color:red;
}

A:visited{
	color:green;
}

A:hover{
	background:#FFFF80;
}

.M1{
	text-align:left;
	font-size:medium;
	font-family:"Comic Sans MS",fantasy;
}

.M2{
	font-size:small;
	font-family:"Comic Sans MS",fantasy;
}

UL{
	margin-top:0em;
	margin-left:0.8em;
}

FORM{
	text-align:center;
}

.grn{
	background : green;
	color : green;
}

.orng{
	background : orange;
}

DT{
	font-family :"Comic Sans MS", fantasy;
}



