/* CSS Document */


body {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
}

A.white:hover {	color:#ffffff; text-decoration: underline}
A.white:visited { font-family: Tahoma; Color : #ffffff; text-decoration: underline}
A.white:active { font-family: Tahoma; Color : #ffffff; text-decoration: underline}
A.white:link { FONT-SIZE: 12px;	color: #000000;	text-decoration: underline}

A.black:link{ FONT-SIZE: 12px; color: #000000; text-decoration: underline}
A.black:hover {	FONT-SIZE: 12px; color:#000000; text-decoration: underline}
A.black:visited { FONT-SIZE: 12px; font-family: Tahoma; Color : #000000; text-decoration: underline}
A.black:active { FONT-SIZE: 12px; font-family: Tahoma; Color : #000000; text-decoration: underline}

A {  color: #ffffff;}



