body {
	scrollbar-base-color: #e0e0ff;
	scrollbar-arrow-color: #f0f0ff;
}


a {
	color: #000000;
	text-decoration: none;
}


	a:hover {
	text-decoration: underline;
}

ul {
margin-top: 0px;
}

.fplist {
margin:0 5px 0 15px;
padding:0; 
}

.subject {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}


.post {
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma;
}


.header {
	color: #000000;
	background-color: #f0f0ff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}


.header2 {
	background-color: #e0e0ff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

.headerbig {
	background-color: #f0f0ff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}


.headera{
	background-color: #e0e0ff;
	font-family: Verdana;
	font-size: 11px;
}

.headerb{
	background-color: #f0f0ff;
	font-family: Verdana;
	font-size: 11px;
}
.category {
	background-color: #dfdfff;
	font-family: Tahoma;
	font-size: 12px;
}


.tablerow {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
}


.nav {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}


.tinytxt {
	font-size: 9px;
	font-family: Tahoma;
}

.prevnext {
	font-size: 9px;
	font-family: Tahoma;
}

.smalltxt {
	font-size: 11px;
	font-family: Tahoma;
}


.mediumtxt {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;

}

.largetxt {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;

}


.threadtxt {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;

}

.threadtxt a {

	text-decoration: underline;

}

.navtd {
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	background-color: #f0f0ff;
	text-decoration: none;
}


.multi {
	font-family: verdana;
	font-size: 11px;
}


textarea, select, input, object {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #e0e0ff;
	color: #000000;
}

.comment_name {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

.comment_actions {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;

}


.newpost {
  width: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #e0e0ff;
	color: #000000;

}

.thumbnail{
position: relative;
z-index: 0;
border: 1px dashed black;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 125px;
z-index: 60;

}
