body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

table.top {
	width: 90%;
	border: 0px;
	margin: auto;
	text-align:justify;
}

table.cv {
 width: 95%;
 border: 1px solid black;
 margin: auto;
}

a {
	text-decoration: none;
}
	
a:hover {
	color: #FF9900;
}
	