/* http://www.mrao.cam.ac.uk/~maja1/style.css */
body {
	color: black;
	background-color: white;
	font-family: helvetica, arial, sans-serif;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	background: yellow;
}

.header table {
	width: 100%;
}

.header td.nav {
	text-align: right;
}

.main {
	background-color: white;
}

.footer {
	font-size: smaller;
}

.footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
