﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	text-align:left;
}
a:link {
	color:blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a:active {
	color: blue;
}
#menu {
	background-color: navy;
	border-right-style: solid;
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:smaller;
	font-weight: bold;
	text-align: center;
	white-space:nowrap;
}
a#menutext:link {
	color:white;	
}
a#menutext:visited {
	color: white;
}
a#menutext:hover {
	color: red;
}
a#menutext:active {
	color: white;
}
