﻿body
{
	margin: 16px;
	BACKGROUND-COLOR: #eeeeff;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

body, input, select, table
{
    font-family: Tahoma;
    font-size: 12px;
}

a
{
	color: #3333FF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	/*margin: 2px;*/
}

a:hover
{
	background-color: #CCCCFF;
	/*background-color: #5555FF;*/
	/*color: white;*/
	/*border: solid 1px #3333FF;*/
	/*margin: 1px;*/
}

a:active
{
	background-color: #3333FF;
	color: #eeeeff;
}

hr
{
	border: solid 1px black;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1
{
	font-size: 20pt;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333333;
}

h2
{
	font-size: 14pt;
	text-align: center;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

p
{
	padding-top: 4px;
	padding-bottom: 4px;
}

