﻿html, body
{
	margin: 0;
	padding: 0; /* height: 100%; /* needed for container min-height */
	font-family: Arial, sans-serif;
	font-size: small;
	background: #E5EEF9;
}

.menu
{
	color: #00ADEE;
}

.menu A
{
	text-decoration: none;
	color: #00ADEE;
}

.menu A:hover
{
	text-decoration: underline;
}

H1
{
	font-weight: bold;
	font-size: x-large;
	color: #404040;
}

H2
{
	font-weight: bold;
	font-size: large;
	color: #404040;
}

H3
{
	font-weight: bold;
	font-size: medium;
	color: #404040;
}

TABLE
{
	font-size: small;
}

