a:link    {color:blue;text-decoration: none}
a:visited {color:blue;text-decoration: none}
a:hover   {color:red;text-decoration: none}
a:active  {color:blue;text-decoration: none}

body { 
font-family : arial; 
color : #000000; 
font-size : 12pt; 
} 
.fixed { 
font-size : 16px; 
} 
.fixedbig { 
font-size : 19px; 
} 
.fixedsm { 
font-size : 10px; 
}
.fixedmed {
font-size : 15px;
}

@-ms-viewport {
   width: device-width;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}