/* CSS Document */
body {
	background-color: #DEE8FE;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.style1 {font-family:"Comic Sans MS";
font-size:12px;
color:#666666
}
.style2 {color: #FF0000;
font-family:"Comic Sans MS";
font-size:12px
}
.style3 {font-family:Tahoma;
font-size:x-small;
color:#FFFFFF
}
.style4 {font-family:"Comic Sans MS";
font-size:12px;
color:#000000;
}