/* roboto-regular - latin */
@import url('https://fonts.googleapis.com/css?family=Roboto');

body,td,table {
  color:#000000;
  font-family:Roboto,Arial,Microsoft Sans Serif,sans-serif;
  font-size:14pt   }

a:link { font-weight:bold;
         color:#000000;
         text-decoration:none;
         font-family:Roboto,Arial,Microsoft Sans Serif,sans-serif;
         font-size:16pt  }
a:active { background-color:#f3f3f3;
         color:#00FF00;
         font-weight:bold;
         text-decoration:none;
         font-family:Roboto,Arial,Microsoft Sans Serif,sans-serif;
         font-size:16pt   }
a:visited { font-weight:bold;
         color:#000000;
         text-decoration:none;
         font-family:Roboto,Arial,Microsoft Sans Serif,sans-serif;
         font-size:16pt   }
a:hover { background-color:#f3f3f3;
         color:#000F00;
         font-weight:bold;
         text-decoration:none;
         font-family:Roboto,Arial,Microsoft Sans Serif,sans-serif;
         font-size:16pt   }