/* CSS Document */

a:link { font-weight:bold; color:#D84926; text-decoration:none }

a:visited { font-weight:bold; color:#B84164; text-decoration:none }

a:hover {

	font-weight:bold;

	text-decoration:underline;

}

a:active { font-weight:bold; text-decoration:overline}

a:focus { font-weight:bold; color:#CC0000; text-decoration:none }

