body,td {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10pt;
{


<style>
	
	/* General text */
	.gen { font-size : 12px; }
	.genmed { font-size : 11px; }
	.gensmall { font-size : 10px; }
	.gen,.genmed,.gensmall { color : #000000; }
	a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
	a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

	/* The register, login, search etc links at the top of the page */
	.mainmenu		{ font-size : 11px; color : #000000 }
	a.mainmenu		{ text-decoration: none; color : #006699;  }
	a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

	/* Quote & Code blocks */
	.code {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #006600;
		background: #EFEFEF;
		border: #D1D7DC;
		border-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
	}

	.quote {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #444444;
		line-height: 125%;
		background: #EFEFEF;
		border: #D1D7DC;
		border-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px
	}
	.codeDiv{
		padding:10px; 
		height: 350px; 
		width: 650px; 
		padding: 3px; 
		margin: 3px;
	}
	/* Copyright and bottom info */
	.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
	a.copyright		{ color: #444444; text-decoration: none;}
	a.copyright:hover { color: #000000; text-decoration: underline;}

	/* Form elements */
	input,textarea, select {
		color : #000000;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		border-color : #000000;
	}

	/* The text input fields background colour */
	input.post, textarea.post, select {
		background-color : #FFFFFF;
	}

	input { text-indent : 2px; }

	/* The buttons used for bbCode styling in message post */
	input.button {
		background-color : #EFEFEF;
		color : #000000;
		font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	/* The main submit button option */
	input.mainoption {
		background-color : #FAFAFA;
		font-weight : bold;
	}

	/* None-bold submit button */
	input.liteoption {
		background-color : #FAFAFA;
		font-weight : normal;
	}
</style>