body {
/*	margin-top: 180px; */
	margin-left: 275px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333366;
}
h1 {
   font-size: 2em;
   font-weight: normal;
}
h2 {
   font-size: 1.5em;
   font-weight: normal;
}
h3 {
   font-size: 1.2em;
   font-weight: bold;
}

/*div#title {
*	width: 100%; *
	position: absolute;
	top: 0px;
	left: 0px;
}*/

div#links {
	background-color: #222558;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 265px;
	height: 100%;
}

div#links img {
	border-width: 0px;
	width: 265px;
	height: 175px;
}

div#links a {
	display: block;
	height: 1.5em;
	color: white;
/* 	background-color: #222558; */
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

div#links a#title {
	height: auto;
}
/*div#links a#title:hover {
	height: auto;
	background-color: auto;
}*/

div#links a:hover {
	background-color: #424578;
}
