﻿html
{
	height: 100%;
}

body
{
	font-family: Verdana;
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	background-color: White;
	margin-left: 0;
	margin-top: 0;
	height: 100%;
	background-color:gray;
	height: 100%;
}

.InfoAreaOutside
{
	border: solid 2px #CC0000;
}

.InfoAreaInside
{
	border: solid 1px #CC0000;
}


a:hover
{
	color:black;
}


