/*Comments*/

body
{
background-color:#EEEEEE
}

/*centering class
Implementation: <h1 class = "center"><\h1>
<p class = "center"><\p>
*/

.center {text-align:center;}

/*Setting global font*/
*{
font-family:Arial,Helvetica,sans-serif
}


/*centering images
Implentation:
<p class="centeredImage">
<img src="imgName.gif" alt="image description" height="100" width="100">
</p>
*/

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/*definition lists

*/
dt
{
font-weight: bold;
font-size: 20px;
}
dt
{
padding-top: 20px
}

.tex sub, .latex sub, .latex sup {
  text-transform: uppercase;
}

.tex sub, .latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.tex, .latex, .tex sub, .latex sub {
  font-size: 1em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}