body{
background: url(image/bg2.gif);

}
#img {
	text-align: center;
	border-style: outset;
	border-color: black;
	border-width: 5px;
	background-color: #25a6cb;
	padding:	20px;
	padding-top:	10px;
	padding-right:	10px;
	padding-bottom:	10px;
	padding-left:	10px;
	width: auto;
	margin-top: 55px;
	margin-right: 320px;
	margin-left: 320px;
	
}

#table {
	
	font-family: Elephant, sans-serif;
	color: white;
	font-size:    18px;
	border-style: outset;
	border-color: black;
	border-width: 5px;
	background-color: #25a6cb;
	padding:	20px;
	padding-top:	10px;
	padding-right:	10px;
	padding-bottom:	10px;
	padding-left:	10px;
	width: auto;
	margin-top: 75px;
	margin-right: 150px;
	margin-left: 150px;
	text-align: left;
	
}
 
h1 { 
font-size: 100px;
letter-spacing: 3px;
text-align: center;
font-family: Georgia;
color: #25a6cb;
}


#footer {
width: 950px;
height: 54px;
text-align: center;
color:	black;
font-weight: bold;
}

#links {
	text-align:		center;
	font-weight:		bold;
	color:			black;
}

a:link {		
	font-size:		14px;
	color:			black;
	text-decoration:	none;
}

a:visited {		
	font-size:		14px;
	color:			red;
	text-decoration:	line-through;
}

a:hover {		
	font-size:		14px;
	color:			white;
	text-decoration:	underline overline;
}
a:active {
	font-size:		14px;
	color:			yellow;
	text-decoration:	none;
}
