body {
	margin: 0;
	background: #CCCCCC url('images/bg.jpg') repeat-x;
	background-position: center;
	color: #999999;
}



A:link, A:visited, A:active {
	color: #7859A9;
	text-decoration: none;
	border-bottom: none;
}

A:hover {
	color: #B9ACBE;
}

.content {
	background: url('images/v01.jpg');
	font-size: 8pt;
	font-family: verdana;
	letter-spacing: 0pt;

	text-align: justify;
	line-height: 24px;
	padding-top: 45px;
	padding-right: 250px;
}

.contact {
	padding-left: 10px;
}


strong {
	color: #4E3C86;
}