@charset "utf-8";
p, tr, td  /* CSS Document */

 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.style1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660000;
	line-height: 26px;
	font-weight: bolder;
}
body {
	background-image: url(newimages/background.jpg);
	background-color: #663300;
	background-repeat: repeat-x;
}
