/*Whole-document Style*/

A:link 	{
   text-decoration : none; 
   
   color : #3B8D00; 
   }

A:visited {
   text-decoration : none; 
   
   color : #3B8D00; 
}

A:hover  {
   color : #ff0000;
}	


/*Contact Style*/

.contact        {
   font-size : 14px;
}

A.contact:link  {
   font-size : 13px;
   font-weight : normal;
   text-decoration : none; 
}
A.contact:visited  {
   font-size : 13px;
   font-weight : normal; 
   text-decoration : none; 
}

A.contact:address {
   font-size : 13px;
   font-weight : normal;
   text-decoration : none;
}

A.contact:hover  {
   color : #ff0000; 
}

/*Menu Style*/

A.menu:link  {
   font-family : Helvetica,arial,sans-serif;
   font-size : 14px;
   color : #FFFFFF;
   text-decoration : none; 
}
A.menu:visited  {
   font-family : Helvetica,arial,sans-serif;
   font-size : 14px; 
   color : #FFFFFF;
   text-decoration : none; 
}

A.menu:hover  {
   color : #ff0000;
}

/*Normal Style*/

A.normal.link  {
   font-family : Helvetica,arial,sans-serif;
   font-size : 12px;
   color : red;
   text-decoration : none; 
}
A.normal.visited  {
   font-family : Helvetica,arial,sans-serif;
   font-size : 12px; 
   color : black;
   text-decoration : none; 
}

