@charset "utf-8";

body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #470E00;
}
body {
	background-color: #C5b5e1;
}
a:link {
	color: #650794;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #650794;
}
a:hover {
	text-decoration: underline;
	color: #049256;
}
a:active {
	text-decoration: none;
	color: #650794;
}
h1 {
	color: #F18594;
	font-variant: small-caps;
	text-align: center;
}
h2 {
	color: #674CAB;
}
.floatRight {
	margin-left: 10px;
	float: right;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #ffffff;
}
.copyright {
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
