
body {
background-color: #528ec1;
}

A:Link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12; 
color:009900; 
font-weight: bold; 
text-decoration: none;
}
A:Visited {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12; 
color:990000; 
font-weight: bold; 
text-decoration: none;
}
A:Hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12; 
color:004400; 
font-weight: bold; 
text-decoration: none;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
color: #006600;
font-size:12;
text-align: center;
}
h2 {
font-family: Helvetica, Arial, sans-serif;
color: #006600;
font-size:20;
text-indent: 10px;
}
h3 {
font-family: Helvetica, Arial, sans-serif;
color: #006600;
font-size:15;
text-indent: 10px;
}
h4 {
color: red;
font-size:36;
text-shadow: 2px 1px 1px #006600;
text-indent: 10px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
color: #006600;
}


