div#presentation{
	width: 800px;
	/*float: left;*/
	margin: 0 auto 0 auto;	
}

div#presentation h2 {
	text-align: center;
	font-size: 18px;
}
div#presentation h3 {
	text-align: center;
	font-size: 18px;
}

div#presentation p {
	/*color: #666600;*/
	font-size: 14px;
}

div#presentation a {
	color: #666600;
}
div#presentation a:link {
	color: #666600;
}
div#presentation a:visited {
	color: #666600;
}
div#presentation a:hover {
	color: #9f2a6e;;
}
