body {
	background-color: #FFFFFF;
	color: #FFF;
	font-family: verdana;
	margin: 0px; padding: 0px;
}

a:link, a:visited { 
	color: #000000; 
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFF00;
	text-decoration: underline;
}

.closing {
	font-size: 30px; 
	font-variant: small-caps; 
	font-weight: bold;
	margin: 20px;
}

.desc {
	margin: 20px; 
	text-align: justify;
}

.content {
	background: url( /images_templates/3/images/content_bg.gif ) repeat-y center;
	padding: 0px 10px;
	text-align: center;
}


.thumbnail {
	float: left;
	width: 222px;
	text-align: center;
	padding: 15px 0px;
	
}
.thumbnail a img {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}


.footer {
	color: #FFFFFF;
	font-size: 14px;
}
.footer a,
.footer a:visited,
.footer a:active,
.footer a:hover {
	color: #FFFF00;
	font-size: 14px;
	text-decoration:none;
}
