/* CSS Document */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #773145;
}
a:active {
	text-decoration: none;
	color: #000000;
}


body /* Internet Explorer */ 
{
background-color:#464442;
text-align:center; 
margin-top:0px ; 
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
} 

body /* Mozilla Firefox alignment */ 
{
background-color:#464442;
text-align: -moz-center;  
margin-top:0px ; 
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
} 


table {
margins: auto;

}



.imgBox{
border:thin;
border-width:1px;
border-color:#000000;
border-style:solid;
}