body
{
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:navy;
  scrollbar-base-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-face-color:white;
  scrollbar-highlight-color:navy;
  scrollbar-shadow-color:navy;
  scrollbar-track-color:white;
}

#PhotoTable
{
  border-style:solid;
  
  border-left-color:lightsteelblue;
  border-top-color:lightsteelblue;
  
  border-bottom-color:black;
  border-right-color:black;
  
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-left-width:1px;
  
}

#Tag
{
  background-color:white;
  border-color:black;
  border-width:1px;
  border-style:solid;
}

#Tag a, #Tag a:visited
{
  font-family:verdana;
  font-size:70%;
  color:black;
  text-decoration:none;
}

#Tag a:hover
{
  width:100%;
  font-family:verdana;
  font-size:70%;
  color:black;
  background-color:gold;
  text-decoration:none;
}

#PhotoTable img
{
  border-style:none;
}

#PhotoTable input, #PhotoTable textarea
{
  border-style:solid;
  border-color:navy;
  border-width:1px;
  
  font-family:arial;
  font-size:80%;
  color:black;
  
}

h1
{
  border-color:#AAAAAA;
  border-width:1px;
  border-style:solid;
  
  font-family:verdana;
  font-size:100%;
  font-weight:bold;
  
  background-color:#EEEEEE;
  
  text-align:center;
  
  padding:2px;
  
  margin:0px;
}

h2
{
  width:300px;
  border-color:#AAAAAA;
  border-width:1px;
  border-style:solid;
  
  font-family:verdana;
  font-size:80%;
  font-weight:bold;
  
  background-color:#EEEEEE;
  
  text-align:center;
  
  padding:2px;
  
  margin:0px;
}


li
{
  font-family:arial;
  font-size:80%;
  font-weight:bold;
}

p
{
  font-family:arial;
  font-size:80%;
  color:#222222;
  
  font-weight:normal;
  margin:10px;
}