﻿html
{
	overflow:hidden;
}

body 
{
	font-family:Tahoma;
	font-size:12px;
	background-color:#5b86ce;
	color:#00284A;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	margin-left:0px;
	margin-top:0px;
}

h1
{
	font-family:Tahoma;
	text-align:center;
}

.header
{
	font-family:Tahoma;
	background-color:#00284A;
    color:#5b86ce;
}

