td {
  font:bold 10pt "Arial";
  color:black;
}
h1 {
  font:bold 24pt "Arial"; 
  color:black;
}
h2 {
  font:bold 16pt "Arial"; 
  color:maroon;
}
p,body {
  font:normal 14pt "Times Roman"; 
  color:black;
}
h3 {
  font:bold 12pt "Arial"; 
  color:maroon;
}
a {
  font:normal 10pt "Arial";
  color:maroon;
  text-decoration: none;
}
a:hover {color:red;}
.LeftColumn  {
  position: absolute;
  top: 20px;
  left: 0px;
  background: #ffffff;
  width: 150px;
  height: 200px;
  text-align: right;
}
.Main  {
  position: absolute;
  top: 0px;
  left: 150px;
  background: #ffffff;
  text-align: center;
}
.Photo  {
  position: absolute;
  top: 0px;
  left: 200px;
  background: #ffffff;
}
.Home {
  position: absolute;
  top: 10px;
  left: 20px;
  background: #ffffff;
  text-decoration: none;
  width: 70px;
  text-align:center;
}
.popUpStyle {
  background-color: #ffffc3; 
  border: #ffffc3 10px solid;
  width: 500px;
  font:normal 12pt "Times Roman"; 
  margin-left: 20px;
  position: absolute; 
  visibility: hidden
}

