body {
background-color: 808080;
font-family: times;
}

.text {
background-color: ffffff; 
color: 000000; 
padding: 10px 20px 10px 20px; 
margin: 10px 5% 10px 5%;
}

h1 {
align: center;
color: 000000; 
font-size: 250%; 
font-weight: bold; 
text-align: center;
display:block;
text-decoration:none;
padding:.5em;
margin:.5em 2%;
background-color:c0c0c0;
border: 1px solid white;
}

h2 {
font-size: 120%; font-weight: bold;
}

h3 {
font-size: 110%; font-weight: bold;
}

h4 {
font-size: 85%; font-weight: normal;
margin: 0px 0px 0px -10px;
}

p {
font-size: 100%;
}

a
{
align: center;
color: 000000; 
font-size: 85%; 
font-weight: normal; 
text-align: center;
display:block;
text-decoration:none;
padding: 10px 0px 10px 0px; 

margin: 0px 2% 0px;
background-color:c0c0c0;
border: 1px solid white;
}

a:hover {
background-color:#ffcc00;
}

a#current {
background-color:ffffff;
border: 1px c0c0c0;
}

a#index {
font-size:100%;
}

