BODY
	{
		background-image: url("images/bg1.jpg");
		color: white;
		font-family:  "century gothic";
		font-weight:  "normal";
		font-size: "14";
	}

hr
	{
		color: white;
		height: 1;
		text-align: center;
	}

a:active
		{
			font-family: "century gothic";
			font-size: "20";
			color: "#FF7777";
			font-weight: normal;
			text-decoration: none;
		}
 
 a:link
		{
			font-family: "century gothic";
			font-size: "20";
			color: "#FF7777";
			font-weight: normal;
			text-decoration: none;
		}

a:visited
			{
				font-family: "century gothic";
				font-size: "20";
				color: "#FF7777";
				font-weight: normal;
				text-decoration: none;
			}

a:hover
		{
			color: "#FF7777";
			font-family: "century gothic";
			font-size: "20";
			font-weight: bold;
			text-decoration: underline;
		}

table
		(
			font-family: "century gothic";
			background-color: black;
			color: white;
			font-weight: normal;
		}
p
	{
		margin-left: "30";
		margin-right: "30";
		text-align: "left";
	}

h3  
	{
		margin-left: "25";
		margin-right: "25";
		text-align: "left";
		font-weight: normal;
	}

img
	{
		border-color: #FF7777;
	}