a {
text-decoration: none;
color: #0cafcc;}

a:hover, a.bl:hover 
{
color: #ff7800;
text-decoration: none;}

a.bl{
text-decoration: none;
color: #00d9ff;
font-weight: bold;
padding: 0px 3px 0px 3px;
border: 1px black solid;
background-color: black;}

body {
background-color: white;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
font-family:  helvetica, arial, san-serif;
font-size: 91%;
line-height: 170%;
text-align: justify;
color: #505050;}

.title {
color: black;
font-variant: small-caps;
font-size: 130%;}

h2 {
color: #ff7800;
border-bottom: #bababa 1px dotted;
line-height: 120%;
font-family: letter gothic std, orator std, courier;}


h3 {
color: #183a56;
margin-bottom: -2%

}

#header {
background-color: #101010;
background-image: url(headerimgs.png);
background-position: center;
background-repeat: no-repeat;
height: 450px;
width: 100%;}

.homelink {
width: 170px;
height: 30px;
display: block;
background-color: transparent;
position: relative;
top: 84px;
right: 100px;}

.homelink:hover {
background: transparent url(hearts.png) left no-repeat;
}

.contlink {
width: 140px;
height: 30px;
display: block;
background-color: transparent;
position: relative;
top: 107px;
right: 120px;}

.contlink:hover {
background: transparent url(hearts.png) right no-repeat;
}

.afflink {
width: 100px;
height: 30px;
display: block;
background-color: transparent;
position: relative;
top: 130px;
right: 130px;}

.afflink:hover {
background: transparent url(hearts.png) left no-repeat;
}

#content {
width: 700px;
padding-right: 100px;
height: auto;
text-align: justify;}

#footer {
border-top: 1px dotted #212121;
padding-top: 5px;
margin-top: 50px;
float: left;
width: 700px;
height: 30px;
text-align: center;
background: transparent;
}

li {
list-style: none;}


