p
{
font-size:22px;
margin-right:300px;
margin-left:300px;

}

*
{
font-family:Candara, Cursive;
}

h1
{
margin-top:50px;
margin-left:300px;
}

h2
{
margin-left:300px;
}

div
{
background-color:black;
height:50px;
border-radius:10px;
}


body
{
	background-image:url("backgroundimage3.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
td
{
background-color:black;
border:4px solid black;
}

#footer
{
clear:both;
color:white;
text-align:center;
font-size:24px;
margin-bottom:-2.5px;
margin-right:270px;
}

table
{
text-align:center;
float:right;
margin-right:80px;
margin-top:2.5px;
color:white;
font-size:20px;
}


.logo
{
float:left;
margin-top:-2.5px;
margin-left:50px;
}

.logotd
{
background-color:black;
border:0px solid black;
padding:0px;
}

a:hover
{
background-color:grey;
color:black;
}

a:link
{
text-decoration:none;
color:white;
}

a:visited
{
color:white;
}

a
{
display:block;
border-radius:10px;
padding:5px;
}
 