/* Text CSS */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #757575;
}


h3,h2,h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0 10px 0;	
}

#content {
	font-size: 10px;
}

#content p {
	margin: 5px 0;
	line-height: 140%;
}

#content a:link, #content a:visited {
	color: #238937;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #238937;
	text-decoration: underline;
}

.up a:link, .up a:visited {
	color: #99cc00;
	text-decoration: none;
	font-size: 12px;
}
.up a:hover, .up a:active {
	text-decoration: none !important;
}

