﻿body
{
	font-family: Tahoma;
	font-size: small;
	margin: 10px 200px;
}

h1
{
    font-size: x-large;
    font-weight: bold;
}

h2
{
    font-size: large;
    font-weight: bold;
}

h3
{
	font-size: small;
	font-weight: bold;
}

hr
{
	color: lightsteelblue;
}

.nav
{
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	color: #000080;
	text-transform: lowercase;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
	background-color: lightsteelblue;
}

#NavigationElement
{
	margin-bottom: 20px;
}
