BODY
	{
		background-image: url("images/bg1.jpg");
		color: #E9A538;
		font-family:  "book antiqua";
		font-weight:  "normal";
		font-size: "12";
	}

a:active
		{
			font-family: "book antiqua";
			font-size: "18";
			color: #E9A538;
			font-weight: normal;
			text-decoration: none;
		}
 
 a:link
		{
			font-family: "book antiqua";
			font-size: "18";
			color: #E9A538;
			font-weight: normal;
			text-decoration: none;
		}

a:visited
			{
				font-family: "book antiqua";
				font-size: "18";
				color: #E9A538;
				font-weight: normal;
				text-decoration: none;
			}

a:hover
		{
			color: #751212;
			font-family: "book antiqua";
			font-size: 18;
			font-weight: bold;
		}

table
		(
			font-family: "book antiqua";
			background-color: black;
			color: black;
			font-weight: normal;
		}
p
	{
		margin-left: "30";
		margin-right: "30";
		text-align: "left";
	}

hr
	{
		height: 1;
		width: 430;
		color: #E9A538;
	}

ul
	{
		font-size: 14;
		list-style-image: url("images/divider2_small.jpg");
	}

li
	{
		margin-right: 10;
		margin-left: 10;
	}

h2
	{
		text-align: center;
	}

input
		{
			color: #E9A538;
			background-color: black;
		}

option
		{
			color: #E9A538;
			background-color: black;
		}

textarea
		{
			color: #E9A538;
			background-color: black;
		}
