h1 {font:bold 24pt "Arial";color:#000000}
h2 {font:bold 18pt "Arial";color:maroon}
h3 {font:bold 14pt "Arial";color:red}
h4 {font:bold 12pt "Arial";color:black}
p,a,li,td {font:normal 12pt "Times Roman";color:#000000}
a {
  font:bold 14pt "Times Roman";
  color:#000000;
  text-decoration: none;
}
a:hover {color:red;}
.TopBar {
  position: absolute;
  top: 10px;
  left: 30px;
  background: #ffffc3;
  height: 80px;
}
.Body {
  position: absolute;
  top: 80px;
  left: 200px;
  width: 310px;
  background: #ffffc3;
  text-align:left;
  color:black;
  z-index: 1;
}
.RightBar {
  position: absolute;
  top: 0px;
  left: 520px;
  background: #ffffc3;
  width: 300px;
  text-align:center;
  font:bold 12pt "Arial";
}
.LeftPhoto {
  position: absolute;
  top: 80px;
  left: 10px;
  background: #ffffc3;
  width: 190px;
  text-align:center;
  font:bold 12pt "Arial";
}
