body {
	margin:0; 
	border:0; 
	padding:0;
	background-color: maroon;
}
.banner {
	background-image: url("blackbanner.png");
}
.menu {
	background-color: rgb(222,64,64);
	color: rgb(255,255,255);
}

.affiliates {
	background-color: rgb(50,204,153);
	color: rgb(255,255,255);
	font-size: small;
        width: 100px;
}

a { 
	text-decoration: none; 
	color: maroon;
}
a:visited { text-decoration: none; 
	color: maroon;
}
a:hover { text-decoration: underline; }

.title {
	font-size: larger;
	color: White;
	font-weight: bold;
	background-color:#5992fa;
}

 .whitesmall {
	color: White;
	font-size: small;
	font-weight: normal;
}

.postlinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

.comments {
	text-align:left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

.comments a { 
   color: blue;
}

.topics {
	background-color: #98bbfc;
}

/* level 0 inner */
.m0l0iout {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
}
.m0l0iover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
}

/* level 0 outer */
.m0l0oout {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
}
.m0l0oover {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
        cursor: pointer;
	text-decoration: underline;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}
.m0l1iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	padding: 4px;
	background-color: rgb(222,64,64);
}
.m0l1oover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #FFFFFF;
	padding: 4px;
	background: rgb(87,94,99);
        cursor: pointer;
}

/* level 2 inner */
.m0l2iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: white;
}
.m0l2iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background-color: rgb(36,174,36);
}
.m0l2oover {
	text-decoration : none;
	background: rgb(87,94,99);
        cursor: pointer;
}
