/*This contains the core CSS*/
/*Written by: Joe Shmoe*/
body {

background-color: #95b7cd;

color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: URL(images/41.gif);
}
h1 {

font-size: 1.2em;
text-align: right;
font-style:italic;
letter-spacing: 5px;


}

h2 {

font-size: 1.1em;
text-decoration: underline;

}

p {

font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
p.footer {

font-size: .5em;
text-align: center;
font-weight: bold;
}

a:link {

color: #666666;
text-decoration: none;
background-color: #95b7cd;

}

a:visited {

color: #666666;
text-decoration: line-through;
background-color: #95b7cd;

}

a:hover {

background-color: #aaddee;

}

a:active {

background-color: #3cc7f0;

}








