BODY {
	margin-top: 0;
}
A {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
A:Active {
	color: red;
}
A:Visited {
	color: blue;
}
A:Hover {
	color: #8888ff;
}

.defaultbutton {
	font-weight: bold;
}

.dlink {
	text-decoration: none;
	font-weight: bold;
	color: #9999ff;
}
.dlink:Visited {
	text-decoration: none;
	font-weight: bold;
	color: #9999ff;
}
.dlink:Hover {
	text-decoration: none;
	font-weight: bold;
	color: #ccccff;
}

.smalllink {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
}
.smalllink:Visited {
	text-decoration: none;
	color: #ff0000;
}
.smalllink:Hover {
	text-decoration: none;
	color: #ffaa99;
}

.smalllinkyellow {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #ffffaa;
}
.smalllinkyellow:Visited {
	text-decoration: none;
	color: #ffffaa;
}
.smalllinkyellow:Hover {
	text-decoration: none;
	color: #ffffee;
}

.smalllinkblue {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: blue;
}
.smalllinkblue:Visited {
	text-decoration: none;
	color: blue;
}
.smalllinkblue:Hover {
	text-decoration: none;
	color: #8888ff;
}

.smalllinkblue2 {
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: blue;
}
.smalllinkblue2:Visited {
	text-decoration: none;
	color: blue;
}
.smalllinkblue2:Hover {
	text-decoration: none;
	color: #8888ff;
}

.ulink {
	text-decoration: none;
	font-weight: bold;
	color: #ffffaa;
}
.ulink:Visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffaa;
}
.ulink:Hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffee;
}

.actlink {
	text-decoration: none;
	font-weight: bold;
	color: #ddddFF;
}
.actlink:Visited {
	text-decoration: none;
	font-weight: bold;
	color: #ddddFF;
}
.actlink:Hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.redlink {
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.redlink:Visited {
	text-decoration: none;
	font-weight: bold;
	color: red;
}
.redlink:Hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffaa99;
}

.darkbg {
	color: white;
	background-color: #00005c;
}

.darkredbg {
	color: white;
	background-color: #880000;
}

.darkgreenbg {
	color: white;
	background-color: #008800;
}

.bigwhite
{
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Helvetica, Arial;
}

.bigyellow
{
	color: yellow;
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Helvetica, Arial;
}

.bigred
{
	color: red;
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Helvetica, Arial;
}

.biggeritalicwhite
{
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: Verdana, Helvetica, Arial;
}

.normal
{
	color: black;
	background-color: white;
}

.normalitalic
{
	color: black;
	background-color: white;
	font-style: italic;
}

.malicke
{
	font-size: 10px;
}

.small
{
	font-size: 12px;
}

.smallitalic
{
	font-size: 11px;
	font-style: italic;
}

