<style type="text/css">
<!--css style settings-->
* {
margin: 0;
padding: 0;
}

body {
font-family: sans-serif;
font-weight: normal;                                           
color: black;                                                          
font-size: 15px;
background-color: #fff;
}

#Mobile {
font-family: "Arial Narrow", Sans;
font-weight: bolder;                                           
color: black;                                                          
font-size: 16px;
line-height: 22px;
background-color: #fff;
}
  	 
a {
text-decoration: normal;
font-size: 14px;
color: blue;     
}
  	 
a:visited {
text-decoration: none;
font-size: 14px;
color: blue;     
}
    
a:hover {
font-style: italic; 
color: black;
}
    
a:visited:hover {
font-style: italic; 
color: blue;}

</style>
