

textarea {
	font-family: Courier New, monospace;
	font-size: 14px;
}

I, EM {
	font-family: Arial, Helvetica, sans-serif;
}

.t_sm { font-size: 0.8em; }
.t_md { font-size: 0.9em; }
.t_big { font-size: 1.1em; }



/* needed part */
.usermenu {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*font-weight : bold;*/
	color : #000000;
}
a.usermenu:link {
	color : #000066;
	font-size : 10px;
	text-decoration : none;
}
a.usermenu:hover {
	color : #0000CC;
	font-size : 10px;
	text-decoration : underline;
}

