/* CSS definition file containing sitestyle stylesheets */



body {
	padding: 0;
	margin: 0;
        background-color: rgb(128,128,128); background-image: none;
        width: 100%;
        display: table;


        font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 



}
#content {
	width: 900px;
	margin: 18px auto 0;
	background: rgb(204,204,205) url("./sepiaBackground.gif") top left;;
	border: solid 1px #FFFFFF;
	padding: 20px;
}

 
h1,h2,h3,h4,h5,h6
{
color:rgb(0,0,0)
}

p
{
text-align:left;
/*This is another comment*/
color:rgb(0,0,0);
font-family:arial
font-size: 12pt;
}



 A:active { color: rgb(128,120,120);}
 A:link { color: rgb(0,51,204);}
 A:visited { color: rgb(153,0,153);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(255,0,0);}
 
