body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : Black;
	color: #cccccc;
	margin-top : 10px;
}
A:visited
{
	color: #cccccc;
	text-decoration: none;
}
A:active
{
	color:  #cccccc;
	text-decoration: none;
}
A:link {
	color:  #cccccc;
	text-decoration: none;
}
A:hover{
	color: orange;
	text-decoration: none;
}
.main{
	width: 750px;
	background-color : #cccccc;	
}
.inner{
	background-color : Black;	
}
.cell{
	height: 25px;
	font-size  : 0.6em;
}
.qlinks{
	font-size  : 0.6em;
}
.nav{
	height: 30px;
}
.content{
	font-size  : 0.8em;	
}
.title{
		font-size  : 1.0em;
		font-weight : bold;
		letter-spacing : 0.1em;
		 width:300px;
}
.titlelong{
		font-size  : 1.0em;
		font-weight : bold;
		letter-spacing : 0.1em;
}
.reply{
		font-size  : 0.8em;
		color: orange;
}
.error{
		font-size  : 0.8em;
		color: red;
}
.weblinks{
	   font-size  : 0.6em;
	border-left : thin solid #cccccc;
	padding-left : 10px;
}
.notice{
		font-size  : 1.0em;
		color: orange;
}