@charset "utf-8";
/* CSS Document */
.style1 {
	border-collapse: collapse;
}
.style2 {
	text-align: center;
}
a {
	color: #03F;
}
a:visited {
	color: #03F;
}
a:active {
	color: #03F;
}
a:hover {
	color: #03F;
	font-weight:bold;
}
.style3 {
	font-size: 16pt;
}
.style5 {
	text-align: center;
}
.center {
	text-align:center;
	vertical-align:middle;
}
.picLeft{
	vertical-align: top;
	margin: 12px;
	float: left;
	position: relative;
}
body {
	color: #663300;
	background-color: #E6CCB3;
	background-attachment:fixed;
	background-image:url(images/Marble5.jpg);
}
hr {
	color:#FF0000;
}
