/******* hyperlink and anchor tag styles *******/

a {
	color : #003399;
	text-decoration : underline;
	background-color: transparent;
}

a:link, a:visited{
	color: #666600;
	text-decoration: underline;
}

a:hover{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
/************** layout styles **************/
