body {
	background-color: black;
	background-image: url(bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
}
a.menus {
	cursor: default;
	color: #666666;
	text-decoration: none;
}
a.menus:hover {
	cursor: default;
	color: #999999;
	text-decoration: none;
}
a.styles {
	cursor: default;
	color: #666666;
	text-decoration: none;
}
a.copywrite {
	cursor: pointer;
	color: #999999;
	text-decoration: none;
}
a.misctext {
	cursor: pointer;
	color: #999999;
}
a.misctext:hover {
	cursor: pointer;
	color: #999999;
	text-decoration: none;
}
a {
	cursor: pointer;
	color: #666666;
}
a:hover {
	color: #999999;
}
img {
	margin: 1px;
}
.logo {
	background-repeat: no-repeat;
	background-position: center center;
 		background-image:url("/themes/mq2/logo.png");
 		height: 85px;
}
.hide {
	display: none;
}
div.menus {
	position: absolute;
	top: 90px;
	left: 1px;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	width: 100px;
	color: white;
	background-color: black;
	border: 1px solid #333333;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: default;
}
.sourceforge {
	width: 100px;
	color: white;
	background-color: black;
	border: 1px solid #333333;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: default;
}
.topics {
	width: 100px;
	color: white;
	background-color: black;
	border: 1px solid #333333;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: default;
}
.readmore {
	color: white;
	text-decoration: none;
}
div.styleswitcher {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: black;
	border: 1px dashed #333333;
	width: 100px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: default;
}
.w3c {
	background-repeat: no-repeat;
	background-image:url("/themes/mq2/xhtml.png");
	width: 75px;
	height: 25px;
	border: 1px solid black;
}
div.copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100px;
	margin-top: 2px;
	cursor: default;
}
.content {
	position: absolute;
	top: 90px;
	left: 110px;
	width: 80%;
	color: white;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	background-color: black;
}
.news {
	margin-bottom: 5px;
}
.newstitle {
	font-weight: bold;
}
.newsdate {
	font-size: 10px;
	color: #DDDDDD;
}
table {
	font-size: 10px;
}
.newstext {
	font-size: 10px;
}
.title {
	font-weight: bold;
	font-size: 12px;
}
.misctext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 90px;
}