﻿html, body 
{
	font-family:Verdana;
	font-size:small;
	margin:0px;
	background-color:Orange;
	height:100%
}

.fullheight
{
	height: 100%;
}

h1 {font-size:large}
h2 {font-size:larger}

td {vertical-align: top}

.Button
{
	border: black 1px solid;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color: Maroon;
	color: White;
}
