/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFCC00;
	text-decoration: none;
}

a:hover{
	color: #FFFFCC;
	text-decoration: none;
}

/************* linkD styles ***************/

#linkD{
	font: Arial, Helvetica, sans-serif;
	color: #DB1577;
}

#linkD a{
	color: #DB1577;
}

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