/* CSS Document */

BODY {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #003300;
}
a:link{
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a:visited{
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a:active{
  color: purple;
  text-decoration: underline;
  font-weight: bold;
}
a:hover{
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 25px;
}
p1 {
  font-size: 12px;
  display: block;
}
p2 {
  font-size: 10px;
}
div.mw600 {
    width: 600px;
}  
div.mw350 {
    width: 400px;
}  
div.block {
    text-align: justify;
    width: 660;
}
phototitle {
font-weight: bold;
}
new {
  font-size:12px;
  background-color:yellow;
}
#loading {
	width: 450px;
	height: 110px;
	background-color: tan;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -55px;
	margin-left: -225px;
	text-align: center;
	border: double black 3px;
}
table.center {
  background-color:white;
  margin-top:3%;
  margin-bottom:3%;
  margin-left:auto;
  margin-right:auto;
  border: 3px black solid;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
  padding-right:20px;
  max-width: 300px;
}
td {
  padding: 5px;
}
