body
{
 color: #C0C0C0;
 font-family: tahoma;
 background-color: #000000;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 scrollbar-face-color: #808080;
 scrollbar-shadow-color: #595555;
 scrollbar-highlight-color: #C0C0C0;
 scrollbar-3dlight-color: #C0C0C0;
 scrollbar-darkshadow-color: #232121;
 scrollbar-track-color: #0595555;
 scrollbar-arrow-color: #232121;
}

hr
{
 color: #808080;
}

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

.content
{
 font-size: 12px;
}

.small
{
 font-size: 10px;
}

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

.nav
{
 font-size: 10px;
}

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

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

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

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

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

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

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

select
{
 border-top-color: #808080;
 border-left-color: #808080;
 border-right-color: #808080;
 border-bottom-color: #808080;
 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: #404040;
}

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: #404040;
 font-size: 12px;
 font-family: tahoma;
 background-color: #595555;
}