html
{
    height:100%;
}
body
{
	margin:0px;
	padding:0px;
	color:#87B8D0;
    font-family: "Trebuchet MS", "Bitstream Vera Sans" , tahoma, verdana , "Helvetica" , sans-serif, sans;
    font-size: 12px;
    font-style: normal;
    height:100%;
}
a
{
    text-decoration: none;
    color: #87B8D0;
}

a:hover
{
    text-decoration: underline;
    color: #87B8D0;
}
h1
{
    margin:0px;
	padding:0px;
	font-size:14px;
	display:inline;
}
