body {
	background-color: #111111;
	color: #00dd00;
}
p.center{
	text-align: center;
}
p.disclaimer{
	font-size: x-small;
	font-style: italic;
}
img{
	border: 0 none;
}
a:hover img.furicon {
	width: 40px;
	height: 40px;
}
a:hover img.icon {
	border:5px;
	border-color: #0000aa; border-style: solid
}
table{
	border-color: #ccc;
}
a:link{text-decoration: none}
a:visited{
	text-decoration: none;
	color: #c0c;
}
a:hover{text-decoration: underline overline}
table.center{
	margin-left:auto; 
	margin-right:auto;
}
table.centerall{
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
}
tr{
	border-color: #ccc;
}
td{
	border-color: #ccc;
}
td.port{
	width: 320px;
}
td.left{
	text-align: left;
	width: 50%
}
td.right{
	text-align: right;
	width: 50%
}
table.navbar{
	position: fixed;
	left: 5px;
	top: 5px;
	text-align: center;
	border-color: blue;
}
td.small{
	width: 5%;
}
td.medium{
	width: 20%;
}
td.large{
	width: 60%;
}
td.counter{
	background: url(counter.jpg);
	width: 100px;
	height: 65px;
}
td.counter2{
	background: url(../buttons/ROCounter.jpg);
	width: 80px;
	height: 80px;
}
h1{
	text-align: center;
}
h2{
	text-align: center;
}
b.red{
	color: red;
}