h1.menu {
        margin: 20px;
        font-size: 14px;
        color: #CCCCEE;
        background-color: transparent;
        text-align: center;
}
h1 {
	margin: 20px;
	font-size: 20px;
	color: #CCCCEE;
	background-color: transparent;
}
h1.center {
        margin: 20px;
        font-size: 20px;
	color: #CCCCEE;
	background-color: transparent;
	text-align: center;
}
h2.center {
        margin: 20px;
	font-size: 18px;
	color: #CCCCEE;
	background-color: transparent;
	text-align: center;
}
h2 {
	margin: 20px;
	font-size: 18px;
	color: #CCCCEE;
	background-color: transparent;
}
h3 {
	margin: 20px;
	font-size: 14px;
	color: #CCCCEE;
	background-color: transparent;
}
h3.center {
        margin: 20px;
        font-size: 14px;
        color: #CCCCEE;
        background-color: transparent;
        text-align: center;
}
p {
	margin: 30px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: transparent;
}
p.nomargin {
	margin: 0px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: transparent;
}
p.center {
	margin: 30px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: transparent;
	text-align: center;
}
p.centernomargin {
	margin: 0px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: transparent;
	text-align: center;
}
p.margin5 {
	margin: 5px;
	font-size: 12px;
        color: #CCCCCC;
	background-color: transparent;
}
body {
	color: #CCCCCC;
	background-color: #000022;
}
a:link {
	color: #CC9966;
	background-color: transparent;
}
a:visited {
	color: #CC9966;
	background-color: transparent;
}
table {
	color: #CCCCCC;
	background-color: #222244;
	vertical-align: top;
}
table.center {
	color: #CCCCCC;
	background-color: #222244;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
table.menu {
	color: #CCCCCC;
	background-color: #222244;
	width: 80px;
	text-align: center;
	margin-left: 0px;
	margin-right: auto;
	position: fixed;
}
table.main {
	color: #CCCCCC;
	background-color: #222244;
	width: auto;
	margin-left: 115px;
	margin-right: 225px;
	position: relative;
}
table.news {
	color: #CCCCCC;
	background-color: #222244;
	width: 200px;
	margin-right: 0px;
	margin-left: auto;
	position: fixed;
}
table.newsfullscreen {
	color: #CCCCCC;
	background-color: #222244;
	margin-left: 115px;
	margin-right: 0px;
	position: relative;
}
td {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
}
td.menu {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
	width: 80px;
	min-height: 400px;
	text-align: center;
}
td.center {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
	text-align: center;
}
td.noborder {
	color: #CCCCCC;
	border-width: 0px;
	background-color: transparent;
	text-align: center;
}
td.news {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
	width: 200px;
}
td.main {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
	width: auto;
}
th {
	color: #CCCCCC;
	border-width: 1px;
	border-style: dotted;
	border-color: #CC9966;
	background-color: transparent;
}
pre {
	margin: 20px;
	color: #CCCCCC;
	background-color: transparent;
}
img {
	border: 0;
}
