/* LINK */
 a 
 {
  text-decoration: none;
  color: #D3D3D3;
  font-weight: none;
 }
 
 a:visited 
 {
  color:##D3D3D3; 
 }
 
 a:hover 
 {
  text-decoration: underline;
 }
 

/* LITE LINK */
 a.lite
 {
  text-decoration: underline;
  font-family: arial;
  color: #000000;
  /*font-size: 12px;*/
  font-weight: normal;
 }
 
 a.lite:visited
 {
 }
 
 a.lite:hover
 {
  color: #CC1F1F;
 }

img
{
	border: 0px;
}
