/*
CSS StyleGuide for www.steffen-lutz.de
written by meike lattermann – dotcom-concepts 2009
*/



A {
	text-decoration: none;
	color:#808080;
	
	
  
}

A:hover {
	text-decoration: none;
	color:#baa97d;
	
}

A:visited {
	
}

#content-ref A {

	text-decoration: none;
	color:#fff;
	}
#content-ref A:hover {
	text-decoration: none;
	}
#content-ref A:visited {	
}


.h1 {
	font-size: 13px;
	font-weight:bold;
}



.h2 {
	font-size: 12px;
	font-weight: bold;
}
