/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */   
body {
	margin: 0px;
	padding:0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-image: url(../img/testata_home.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

A {font-size: 10px;}
A:link {color: #998294; font-weight: bold; text-decoration: none;}
A:active {color:#998294; font-weight: bold; text-decoration: none;}
A:visited {color: #998294; font-weight: bold; text-decoration: none;}
A:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #998294;}
