body {
  border-style: double;   
  border-width: 0.5em;
  border-color: #888888;
  background-color: #373737;
  color: white;
  font-size: 1em;
  margin: 0em; 
  font-family: sans-serif;
  }


/* Page Menu*/ 
ul.pagemenu 
{
text-align: center;
font-weight: normal;
padding:1em;
padding-bottom:0.5em;
margin:0;
list-style-type:none;
}
ul.pagemenu a
{
width:6em;
text-decoration:none;    
color:white;
background-color: #484848;
border:black;
border-style:ridge;
padding:0.3em 1.2em;
font-weight: normal;
}

ul.pagemenu a:hover {background-color:#ff0000}
ul.pagemenu li 
{
display:inline;
}


/* Page Content*/ 
div.content { 
    margin: 2em;
    margin-top: 0em;
    margin-bottom: 0em; 
   padding: 2em;    
    padding-top: 0em;    
   padding-bottom: 0em;
     }
     

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
  }

h1 {
  font-size: 2em;
  padding-top: 0.5em;
  color: #00ff00;    
  text-align: center;
}

h2 {  
  font-size: 2em;
  padding-top: 0.3em; 
  color: #00ff00;    
}

h3.bottom {
  float: left;  
  color: white; 
}

h3 + * {
  clear: left;
}

a {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #ff5a5a;
}

a:hover {
  color: #00ff00;
}

a.white {
color: white; 
}

a.white:visited {
  color: #a7a7a7;
}

a.white:hover {
  color: #ff0000;
}

a.green {
color: #00ff00
}

ul.list {list-style-type: square}



ul
{
list-style-image:url('button1.png');
}

div.title {   
font-size: 3em;  
font-weight: bold;
padding-top: 0.5em; 
text-align: center;
color: #00ff00;  
}

div.subtitle1 {   
text-align: center;
color: white;  
font-size: 2em;  
}

div.subtitle2 {   
text-align: center;
color: white;   
margin-bottom: 0.5em;
}

div.footer { 
    text-align: center;
    color: white;
    background-color: #373737;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
}

ul.footer li {
    display:inline
    }
    
div.gallery
{
  margin: 2px;
  border: 0px solid #0000ff;
 }	

div.gallery img
{
  display: inline;
  margin: 3px;
  border: 0px solid #ffffff;
}
div.gallery a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 320px;
  margin: 2px;
}


