/* CSS Document */
a.one:link {color: white;
			font-weight:bold}
a.one:visited {color: #CCCCCC; font-weight:bold}

a.two:link {color: #0066FF}
a.two:visited {color: #0066FF}

span{color: #0066FF;
	 font-weight: bold}
