@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #cca200;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	color:#762f01;
	font-family:Georgia, "Times New Roman", Times, serif;
	size:10pt;
	font-size: 12px;
}
a {
	color:#cca200;
	text-decoration:none;
	font-weight:bold;
}

