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

body, input{
	/* font-family: Calibri, Arial; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*
a {
	color: #000
}
 a:visited {
	color: #0254EB
}
*/
#header h2 {
	color: white;
	background-color: #00A1E6;
	margin:0px;
	padding: 5px;
}
.comment {
	/* width: 400px; */
	background-color: #f0f0f0;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
.comment h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	margin-left:1px;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;

}