
body {background-image:url('wood030.gif');} 

body {background-color:#b0c4de;} 


table
{
border:5px solid green;
width:900px;
} 

td {
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#ffffff;
	padding:15px;
}



hr {color:sienna;}


a {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	text-decoration: underline;
    font-weight: bold;
	color:#804040;
}


div {
 width:600px;
 }   


A:Hover  {
	color : #ff8000;
	text-decoration : none;
}



H1 {
	color: #7f0000;
	font-weight: bold;
	font-size : 24px;
	text-align:center;
}

H2 {
	color: #7f0000;
	font-weight: bold;
	font-size : 22px;
	text-align:center;
}

H3 {
	color: #7f0000;
	font-weight: bold;
	font-size : 20px;
	text-align:center;
}


ul 
{
list-style-image:url('garrow2.jpeg');
}


blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}


code {
	border:2px solid #999999;
	background-color:#eeeeee;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}

	
	
	