BODY, TD  {font-family: "verdana, arial, sans-serif, helvetica, courier";
	   font-size: 10pt;
           color: green;
           text-align: left;}

H2        {font-size: 14pt;}


H3        {font-size: 15pt;
           font-style: italic;
           font-family: sans-serif;}

H4        {font-family: sans-serif;
           font-size: 8pt;
           color: green;}

A         {text-decoration: underline;
           color: green;}


a.ex1:hover, a.ex1:active {color: black;}
a.ex2:hover, a.ex2:active {font-size: 150%;}
a.ex3:hover, a.ex3:active {background: gray;}
a.ex4:hover, a.ex4:active {font-family: monospace;}
a.ex5:visited, a.ex5:link {text-decoration: none;}
a.ex5:hover, a.ex5:active {text-decoration: underline;}

<style>
.marginauto {
    margin: 10px auto 20px;
    display: block;
}
</style>

<style type="text/css" media="Screen">
div {
  font-size: 60px;
  line-height: normal;
  border: 1px solid black;
}

* .text {
  font-size: 18px;
}

* .text-bottom {
  vertical-align: text-bottom;
}

</style>
















