/* CSS Document */
body {
background-color: #6C2D43;
}

.Style2 div {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #FFCC33;
	color: #702950;
	font-weight: bold;
	font-style: italic;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color:#FFCC33;
	text-decoration:none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color:#FFCC33;
	text-decoration:none;
}
a:hover {	
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color:#FFCC33;
}
.Style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
}
.Style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
}