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

body {
	background:white url("back.png");
	background-repeat: repeat-x;
    background-position: top left;
}

h1 {
	margin: 55px 0px 0px 0px;
	color: #000000;
	size: 36pt;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    color: #48403a;
	size: 28pt;
}

h3 {
	float: left;
	margin: 55px 25px 0px 0px;
	color: #000000;
	size: 36pt;
}

p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#333333;
	line-height: 15pt;
	margin-top: 35px;
}

a {
    color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}