body,table,input,textarea,pre,select{
	color: black;
	background: white;
	font-size: 12px;
	font-family: "Tahoma","Verdana","Arial";
	}
a:link,a:visited,a:active{
	font-size: 12px;
	font-family: "Tahoma","Verdana","Arial";
	color: black;
	}
a:hover{
	color: rgb(140,140,140);
	}
small{
	font-size: 10px;
	}
pre{
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	margin-top: 0px;
	margin-bottom: 0px;
	}
