﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-size: 14px;
	color: #FFFFFF;
}
.bigbox {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxed {
	border: thin solid #989898;
}
.topmenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menubox {
	background-color: #000000;
	border: thin solid #CCCCCC;
	text-align: left;
	text-indent: 3px;
	vertical-align: top;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #777777;
	text-decoration: underline;
}
