/*
	this will be the base stylesheet for text formatting for
	all studiolab websites.
	now part of labmark 2004 Daniel Saakes 20030815
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}
a {
	color: #296190;
}

a:visited {
	color:#7C235E;
}


table, p {	
	font-size: 11px;
}

h2 {
	clear:both;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #4D2913;
	margin: 4px 0 4px 0;
}
h3 {
	clear:both;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #4D2913;
	margin: 4px 0 4px 0;
}
