
h1 	{text-align: center;}

h2 	{font-size: 30px;
	color: black;
	font: Georgia;
	font-family: normal;
	text-decoration:underline;
	text-align: center;}

h3	{font-size: 20px;
	text-align: center;
	color: navy;
	font-family: normal;
	font: Arial;
	text-decoration:underline;}

p	{font-size: 20px;
	margin-right: 20px;}

p2	{font-size: 20px}

p4	{font-size: 24px;
	text-align: center;
	color: black;
	font-family: normal;
	font: Arial;}

h4	{margin-right:20px;}

h5	{font-size: 25px;
	text-align: center;
	color: red;
	font-family: normal;
	font: Arial;}

p3	{font-size: 25px;
	text-align: center;
	color: red;
	font-family: normal;
	font: Arial;}

hr 	{color: navy}

body 	{background-image: url(images/wood4.jpg); 
	 margin:0px;
	text-align:center;
	 }


a:link 	{color: black;
	text-decoration: none;}

a:visited 
	{text-decoration: none;
	color: black;}

a:hover {text-decoration: none;
	color: #F00;}

a:active 
	{text-decoration: none;
	color: black;}

#main 	{display:block;
	margin:0px auto;
	width:960px;
	}



