/*This is the core style sheet of the site.*/

body {
background-color: #ffff99; 
color: #000000;
background-image: url(images/page-bg.gif); 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px
}

h1 {
font-size: 1.5em;
text-align: left;
font-style: italic;

}
h2 {
font-size: 1.7em;
text-align: left;
font-style: italic;
}

p {
text-align: justify;
}

p.footer {
font-color:000000;
font-size: 11px;
text-align: center;
font-style: italic;
}

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

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

a:hover {
color: #999999; font-weight: bold; text-decoration: underline;
}

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



