body {

	background-color: #004174; 

	padding: 0 0 0 0; 

	margin: 0 0 0 0;

}



a:link {

	background: #004174; 

	color: #00a8ff; 

	text-decoration: none;

}



a:visited {

	background: #004174; 

	color: #00a8ff; 

	text-decoration: none;

}



a:hover {

	background: white; 

	color: #004174; 

	text-decoration: none;

}



a:active {

	background: white; 

	color: #004174; 

	text-decoration: none;

}



/* page title */

h1 {

	text-align: center; 

	text-indent: 0; 

	letter-spacing: .2em; 

	margin-top: .2em; 

	margin-bottom: .2em; 

	color: #d5f1ec; 

	font-family: "Comic Sans MS", "Arial", "Helvetica";

	font-size: 24px;

}



/* basic body text */

p {

	text-align: center; 

	font-size: 14px;

	font-family: "Comic Sans MS", "Arial", "Helvetica";

}

