td {
  font:italic 12pt "Arial";
  color:black;
}
h1 {
  font:bold italic 24pt "Times Roman"; 
  color:maroon;
}
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: #b3b3aa;
  width: 150px;
  height: 200px;
  text-align: right;
}
.Main  {
  position: absolute;
  top: 0px;
  left: 150px;
  background: #b3b3aa;
  text-align: center;
}
.Photo  {
  position: absolute;
  top: 0px;
  left: 200px;
  background: #b3b3aa;
}
.Home {
  position: absolute;
  top: 10px;
  left: 20px;
  background: #b3b3aa;
  text-decoration: none;
  width: 70px;
  text-align:center;
}
.popUpStyle {
  background-color: #aaaaaa; 
  border: #aaaaaa 10px solid;
  width: 500px;
  font:normal 12pt "Times Roman"; 
  margin-left: 20px;
  position: absolute; 
  visibility: hidden
}
.Title {
  font:bold 10pt "Arial";
  color:black;
}
#TextLink {
  font:bold 12pt "Times Roman";
  color: maroon;
}

