@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 5px;
	background-color: transparent;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
#comments {
	height: 220px;
	width: 486px;
	margin-top: 25px;
	padding-top: 5px;
	margin-right: 27px;
	margin-left: 27px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#comments_call {
	height: 210px;
	width: 420px;
	margin-top: 0px;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

