
*
{
font-family:Candara, Cursive;
}

h1
{
margin-top:50px;
margin-left:480px;
color:white;
font-size:40px;
float:center;
}

p
{
color:white;
font-size:35px;
font-weight:bold;
text-align:center;
float:center;
}

div
{
background-color:white;
height:50px;
border-radius:10px;
}
body
{
	background-image:url("backgroundimage4.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
td
{
background-color:white;
border:4px solid white;
}

#footer
{
clear:both;
color:black;
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:black;
font-size:20px;
}


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

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

a:hover
{
background-color:grey;
}

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

a:visited
{
color:black;
}

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