@charset "utf-8";
/* CSS Document */
html{
height:100%;
} 
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	color: #454545;
	font-size:16px;
	background:  #FFF;
}

img {border:0}

a:link, a:visited, a:active {
color: #CC0;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #CC0;
text-decoration:underline;
}

