
body {
background-color: #7490B2;
color: #fff;
}

/* header */
#home {
}

/* content */

#content hr {
color: #888888;
background-color: #888888;
height: 1px;
width: 100%;
border: 0;
}

#content a:link,
#content a:visited,
#content a {
color: #7490B2;
text-decoration: none;
font-weight: bold;
}

#content a:active,
#content a:hover {
color: red;
text-decoration: underline;
}

#content h1 {
color: #fff; 
}

#content h2 { 
color: #9CB6D1; 
}

#content h3 {
color: #9CB6D1; 
}

#content ul {
margin: 0;
padding: 0;
margin-left:19px;
list-style-type: square;
}


/* footer */

#footer {
padding-top: 4px;
color: #9CB6D1;
}

#footer p	{
margin: 0;
padding: 0;
text-align: left;
font-size: 10px;
}

#footer p span {
color: white;
}

#footer a:link, #footer a:visited {
text-decoration: none;
font-weight: bold;
color: #326496;
}

#footer a:active, #footer a:hover {
text-decoration: underline;
font-weight: bold;
color: red;
}
