/* clean out styles */
*
{ 
	margin: 0px; 
	padding: 0px; 
}

:link, :visited 
{ 
	text-decoration: none; 
}

ul, ol 
{ 
	list-style: none; 
}

h1,h2,h3,h4,h5,h6,pre,code 
{ 
	font-size: 1em; 
}

a img,:link img,:visited img 
{ 
	border: none; 
}

address 
{ 
	font-style: normal; 
}

