@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/backy.jpg);
	margin: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 60px;
	width: 468px;
}


#subtitle {
	color: #000000;
}
#faq {
	color: #999999;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.borderit img{
	border: 1px solid #666666;
	padding: 3px;
}

.borderit:hover img{
	border: 1px solid #FFCC00;
	padding: 3px;
}
