html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 13px/16px "Trebuchet MS";
	color: #333333;
	background-color: #F6F5F0;
}

html{
}

.clear{
	clear:both;
}

h1{ 
}

a,a:visited{
}

a:hover{
}

a img, img a{
	border: 0;
}

:focus{
	outline: 0px;
}

h3{
	line-height: normal;
	font-size: 17px;
	clear: both;
}

