body {
	font-size: 83%;
	color: #000000;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, helvetica, arial, sans-serif
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto
}

#viewtainer {
	width: auto;
	margin-left: auto;
	margin-right: auto
}

#applet {
	border: 1px solid #ccc
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	display: block;
	text-align: center
}

#title {
   	
}

#menu {
	padding: 1px 0;
	background-color: #ffffff
}

#menu li {color: #fff}

#menu a {
	padding: 2px 10px;
	color: #ffffff
}

#menu a:hover {
	color: cornflowerblue
}

#menu a.selected {
	color: #ffd700
}

#welcome {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

#noticebox {
	float: right;
	background-color: #eeeeee; 
	width: 25%;
	padding: 10px;
	padding-top: 2px;
	margin-left: 20px;
	border: medium double #000000;
	text-align: left
}

ul {
	padding: 3px;
	margin: 0px;
	background-color: #013166 
}

li {
	padding: 0.2em 0.6em;
	display: inline
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

h4.login {
	color: green;
	text-align: center
}

h4.logout {
	color: red;
	text-align: center
}

table {
	margin-left: auto;
	margin-right: auto
}
table.info {
	margin-left: 40px;
	font-size: 95%
}
table.que {font-size: 95%}

table.info th {text-align: right}
table.info tr {text-align: left}

td.0 {background: #0808ff}

td.fade {text-align:center}

th.fade {text-align:center}

p.cen {text-align:center}

span.err {color: red}
span.que {color: orange}
span.act {color: green}
span.yay {color: blue}
span.dem {color: blue}

a.menu:link {color:#ffffff}
a.menu:visited {color:#ffffff}
a.menu:active {color:#ffffff}
a.menu:hover {color:cornflowerblue}

a:line {color:blue}
a:visited {color:blue}
a:active {color:blue}
a:hover {color:cornflowerblue}

a {text-decoration: none}
