/****************************************************************************/
/*																			*/
/*	PUBLIC DESIGN FESTIVAL hTHEME											*/
/*	Ah horizontal website													*/
/*	devel by triknine, tkm-solutions(nc)2009								*/
/*																			*/
/*	theme.links.css														*/
/*	link issues															*/
/*																			*/
/****************************************************************************/

a:link, a:active, a:visited {
	color:#00aeef; text-decoration:underline;
} a:hover {
 	text-decoration:none; 
}

/* TOP STRIP */
body div#ws_holder div#topStrip a:link,
body div#ws_holder div#topStrip a:active,
body div#ws_holder div#topStrip a:visited {
	color:white; text-decoration:underline;
} body div#ws_holder div#topStrip a:hover {
 	text-decoration:none;
}

/* SITE MAP */
body div#ws_holder div#sitemap a:link,
body div#ws_holder div#sitemap a:active,
body div#ws_holder div#sitemap a:visited,
body div#ws_holder div#sitemap a:hover {
	background-color:white;
}
