body {
  font-family: Verdana, sans-serif, Arial;
  background-color: #006600;
  background-image: url('../siteimages/greenmarble.jpg');
  background-attachment:fixed;
}

h2 {font-size:14px;}

a {
  text-decoration:none;
  outline:none;
}
a.download {
  color:#990033;
}
a:visited.download{
  color:#990033;
}
a:hover.download{
  color:#FF0000;
}

.padded {
  padding-left:20px; 
  padding-right:20px;
}
.footerMenu {
  font-size:10px; 
  padding:15px;
  line-height:1em;
}

.footerMenu a{
  font-weight:normal;
}
table {
  font-size:12px;
}

img {
  border-style:none;
}
a {
   color: #003300;
   text-decoration: none;
   font-weight:bold;
}
.centered {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
a:visited {
   color: #003333;   
   text-decoration: none;
}
a:hover { 
   color: #009900;
}
a.profile {
   color: #660000;
   text-decoration: none;
}
a.profile:visited {
   color: #330000;   
   text-decoration: none;
}
a.profile:hover { 
   color: #CC0000;
}
#award1,#award2,#award3,#award4,#award5,#award6,#award7,#award8,#award9,#award10{
visibility:hidden; 
position:fixed; 
top:150; left:200
}
.redtext {
  font-weight:bold;
  color:red;
}