
body {
	 background-image:url('redbar.gif'); 
     background-attachment: fixed;
     background-color:#b0c4de;}  

table {
	width: 800px;

}


td {
    
	text-align: left;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size:16px;
	color:#000000;
	background-color:#ffffff;
	padding:10px;
}

 

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





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


hr {   
	color: sienna;
	width: 400px;
		}



a {
	font-family:"comic sans ms", arial, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	color:#008040;
}

A:Hover  {
	color : #008040;
	text-decoration : underline;
}




ul
{
list-style-image:url('img02.gif');
}



blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #fce27c;
	background-color: #f6ebc1; }




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







