@charset "utf-8";
p .thumb {
	border: 1px solid #333333;
}
p .thumb:hover {
	border: 10px solid #333333;
	height: 182px;
	width: 182px;
}
input{
	color: #CCC;
	background-color: #222;
	text-decoration: none;
	border: 0 none #000;
	margin-bottom: 3px;
}
textarea{
	color: #CCC;
		background-color: #222;
	border:0 none #000;
}
a:link, a:visited{
	color: #EEE;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #555;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	color: #555;
}


