

body {

   /*  background-image:url('img/bluextb.gif'); */
     background-attachment: fixed;
     background-color:#b0c4de;}  


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

}




div {
 width:400px;
 }   



hr {color:sienna;}


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





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



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

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

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

	

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;
}


	
	
	