body
{
 color: #cae1ff;
 font-family: tahoma;
 background-color: #000000;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 scrollbar-face-color: #00008b;
 scrollbar-shadow-color: #000080;
 scrollbar-highlight-color: #27408b;
 scrollbar-3dlight-color: #27408b;
 scrollbar-darkshadow-color: #191970;
 scrollbar-track-color: #000080;
 scrollbar-arrow-color: #191970;
}

hr
{
 color: #00008b;
}

.headline
{
 font-size: 20px;
 font-weight: bold;
 text-transform: uppercase;
}

.content
{
 font-size: 12px;
}

.small
{
 font-size: 10px;
}

.navheadline
{
 color: #00008b;
 font-size: 10px;
}

.nav
{
 font-size: 10px;
}

a, a:active, a:visited
{
	color: #a2b5cd;
	text-decoration: none;
}

a.nav, a.nav:active, a.nav:visted
{
 color: #27408b;
 text-decoration: none;
}

a.nav:hover
{
 color: #27408b;
 text-decoration: none;
}

a:hover
{
 color: #27408b;
 text-decoration: underline;
}

form
{
 margin-top: 0px;
 margin-bottom: 0px;
}

ul
{
 margin-top: 0px;
 margin-right: 0px;
}

input
{
 border-top-color: #000080;
 border-left-color: #000080;
 border-right-color: #000080;
 border-bottom-color: #000080;
 border-top-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 color: #000080;
 font-size: 10px;
 font-family: tahoma;
 background-color: #000000;
}

select
{
 border-top-color: #00008b;
 border-left-color: #00008b;
 border-right-color: #00008b;
 border-bottom-color: #00008b;
 border-top-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 color: #000000;
 font-size: 12px;
 font-family: tahoma;
 background-color: #cae1ff;
}

textarea
{
 border-top-color: #000000;
 border-left-color: #000000;
 border-right-color: #000000;
 border-bottom-color: #000000;
 border-top-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 color: #cae1ff;
 font-size: 12px;
 font-family: tahoma;
 background-color: #000080;
}