/* CSS Document */
body,td,th {
	color: #1e1e1e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1e1e1e;

}
a:active {
	text-decoration: none;
	font-size: 12px;
}
a
{
	font-size: 12px;
}
.style1 {
	font-family: "Monotype Corsiva";
	font-size: 60px;
	color: #1E1E1E;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {	
	color: #000000;
	font-weight: bold;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style4 a {
	margin-left: 10px;
}