.footer {
        font-family: Arial,Verdana,serif;
	font-size: 12px;
	color: #FFFFFF;
        text-align: center;
}

.bodytext {
        font-family: Arial,Verdana,serif;
	font-size: 14px;
	color: #000000;
        line-height: 16px;
        padding: 10px;
}

a:link {  
       color:#000000; 
       text-decoration:none
}

a:visited {  
          color:#000000; 
          text-decoration: none
}

a:hover {  
        color:#000000; 
        text-decoration: underline
}


/**This is for footer link**/

a:link.port {  
       color:#FFFFFF; 
       text-decoration:none
}

a:visited.port {  
          color:#FFFFFF; 
          text-decoration:none
}

a:hover.port {  
        color:#FFFFFF; 
        text-decoration:underline
}



