/*
 * Style sheet for the home page.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 3;
	background-color: #003466;
	color: white;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 3;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: white;
	border-style: solid;
	margin: 0;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: white
}

a:visited {
	text-decoration: none;
	color: white
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	
	color: white
}

#imageinfo {
	visibility: hidden;
}
