/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D38F98;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;

}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style6 {font-size: x-small}
.style7 {font-size: small}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D9A0A7;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline blink;
}
