/* CSS file */
body {
	font-family: Georgia, Tahoma, Garamand, serif;
	font-size: 1em;
	margin: 2em 5em 2em 5em;
	padding: 0em;
	/*background-color: #eddbc3;*/
	background-color: #ffffff;
}

span { font-size: 1.2em; color: blue; }

a { position: relative; text-decoration:none; }

/* unvisited link */
a:link { color: #385399; }

/* visited link */
a:visited { color: #1d7fd0; }

/* mouse over link */
a:hover { border-bottom: 1px gray dotted; }

/* selected link */
a:active { top: 1px; }

p { margin: 0 0 0 0; }

/* elements of the menu */
.menu {
	margin: auto;
	text-align: center;
	height: 3em;
	line-height: 3em;
	width: 19%;
	border: 0.1em outset #cccccc;
	border-radius: 0.5em;
	color: white;
	background-color: #385399;
	display: inline-block;
	font-family: sans-serif;
	font-size: 1em;
}

/* selected element of the menu */
#on { background-color: #ed1b24; }

/* mouse over element of the menu */
.active {
	background-color:#23408e;
}
