body
{
margin: 0;
padding: 0;
width:100%;
height:100%;
background-image: url(blue.jpg);
color: white;}

td
{font-family: times new roman;
color: white;
text-align: center;
width: 10%;
}

th
{font-family: times new roman;
border-bottom: 2px solid white;
font-weight: bold;
color: white;
text-align: left;
width: 20%;
border-bottom: 2px solid white;}

#intro
{width: 100%;
height: 100%;
position: absolute;
left: 35%;
top: 20%
}

p
{color: white;
text-align: center;
line-height: 18px;}

a:link {color: darkblue;}
a:visited {color: darkblue;}
a:active {color: red;}

img
{height: 50px;
border: 0px;
bottom: 0px;
margin: auto;}

h1
{color: orange;
text-align: bottom;
line-height: 25px;}