/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
}
.boarder {
	border: 1px solid #666666;
}
H1 {
	font-size: medium;
}
.navnot {
	font-size: small;
	font-weight: bold;
}
.navoff {
	font-size: small;
	font-weight: bold;
	color: #666;
}
a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: x-small;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}
a:active {
	color: #FFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}
a.enterlinks:link {
	color: #FFF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a.enterlinks:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a.enterlinks:hover {
	color: #FFF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a.enterlinks:active {
	color: #FFF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
a.botnavlinks:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}
a.botnavlinks:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}
a.botnavlinks:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
}
a.botnavlinks:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;

}
.whiteboarder {

	border: 1px solid #FFFFFF;
}
.smalltext {
	font-size: x-small;
}
input {
	font-size: 10px;
	color: #292929;
}
textarea {
	font-size: 12px;
	color: #292929;
}