/* clean font */
body  { 
	font-family:verdana, arial, helvetica; 
	font-size:10px; 
	line-height:16px; 
	color:#333; background-color: #fff;
}

/* only change link style slightly to make them blend into the page better */
A 			{ text-decoration: none; } 
A:hover		{ color: #6699CC; background-color:#FFF;} 

/* text in tables has same properties as main body */
table  { 
	font-family:verdana, arial, helvetica; 
	font-size:10px; 
}

/* this ensures that h4 is not the same size as bold text in paragraphs. */
h4 { font-size:12px }
h2 { font-size:24px }

/* i considered making lists narrower than main paragraphs, but it looked funny */
/* ul { width:60% } */
.uidef { font-weight: bold }.uielem { color:#111 }.indent2 { padding: 0 0 0 2em;}.inset2 { padding: 0 2em 0 2em; }.inset3 { padding: 0 3em 0 3em; }.inset4 { padding: 0 4em 0 4em;}
.center { text-align: center}	
.redfont{ color: red}	