/* fonts */

body, p, h1, h2 {
	font:  13px Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #ffffff;}

h1 {
	font-size: 17px;
	color: #333535;}
	
h2 {
	color: #E166CB;}

	



	

/* links */

	
a {
	color: #ffffff;
	text-decoration: none;}


a:hover {
	color: #ffffff;
	text-decoration: underline;}	
	

	
