@charset "utf-8";
/* CSS Document */

body {
	background-color: #562E30;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p	{
	color: #321903;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1	{
	color: #321903;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2	{
	color: #321903;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.left {
	background-image: url(../images/left.jpg);
}
.right {
	background-image: url(../images/right.jpg);
}
a:link {
	color: #2B85BA;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #0A2C51;
}
