h1 {
	color: #2C5E64 ;
	font-family: Verdana;
	line-height: 15px;
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: bold;
}

body {
	background-color: #2C5E64;
	color: #FFA2A2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}


table {
	width: 400px;
	background-color: #061D20; 
	border-width: 75px; 
	border-color: #C29595; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-style: solid; 
	text-align: center;
	height: 100%
}

a:link {
	color: #799A9E;
	text-decoration: underline;
}
a:visited {
	color: #799A9E;
	text-decoration: underline;
}
a:hover{
	color: #FFA2A2;
	text-decoration: none;
}
a:active {
	color: #FFA2A2;
	text-decoration: none;
}
