/*
	*
	* css.css
	* Global stylesheet for worstpresident.org
	*
	* thrive | mediarts, http://www.thr5.com
	*
	* rev 20050322
	*
*/

body, td, p  { 
	color: #000; 
	font: normal 13px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
}
.white { 
	color: #fff;
}
.15px {
	font-size: 15px;
}
.counter {
	color: #666; 
	font: normal 9px Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

a:link, a:visited { 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline;
}
a:hover { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #000;
}
a:active { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #000;
}

a.archode { 
	text-decoration: none; 
	background-color: transparent;
}

