 
.SubTitle{
  font-family : "Courier New";
  font-weight : bold;
  background-position : center bottom;
  text-align : center;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  width : auto;
  height : auto;
  position : relative;
  color : maroon;
}
.BitmapTitle{
  border-width : medium medium medium medium;
  border-style : ridge ridge ridge ridge;
  border-color : silver silver silver silver;
}
.DesignPattern{
  color : navy;
}
BODY{
  margin-top : 10%;
  margin-left : 10%;
  margin-right : 10%;
  margin-bottom : 10%;
  width : auto;
  height : auto;
  background-color : silver;
}
H1{
  font-size : x-large;
  text-align : center;
  font-family : monospace,sans-serif;
  color : olive;
}
H2{
  font-size : large;
  font-family : sans-serif,Impact;
  color : olive;
}
H3{
  color : green;
  font-size : medium;
  font-family : sans-serif,OCRB;
}
P{
  background-color : #eeeeee;
  color : #003000;
}
ADDRESS{
  font-size : small;
  font-weight : 500;
  font-style : italic;
  text-align : right;
  color : blue;
  font-family : "Comic Sans MS",sans-serif;
}
UL,OL{
  color : #003000;
  background-color : #eeeeee;
}
EM{
  font-weight : bold;
  font-style : normal;
}
STRONG{
  font-weight : bold;
  font-style : italic;
  color : maroon;
}
PRE{
  color : green;
  width : auto;
  height : auto;
  font-family : Arial;
}
