﻿html,
body
{
	background-color: #0390c8;
	height: 100%;
	width: 100%;
}

html
{
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	position: relative;
}

body
{
	color: #7d7d7d;
	line-height: 1.5em;
}

a
{
	color: #1e83c3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

th,
td
{
	vertical-align: top;
}

p
{
	margin-bottom: 10px;
}