a {
  text-decoration:none;
  color: #2244dd;
}
a:hover  {
   text-decoration: underline;
}
a:link    {}
a:visited {}
a:active  {}

body {
	background-color: #eeeeee;
	color: #001122;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	width: 90%;
	margin: auto;
	margin-top: 30pt;
}

#title {
	color: #11111;
	font-size: 230%;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 3px;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 2px 0 2px 0px;
	text-align: center;
}

#nav ul {
     	list-style: none;
	display: inline;
	padding: 2px;
}

#nav li {
     	list-style: none;
     	list-style-type: none;
     	display: inline;
	padding: 0px 15px 0px 15px;
	font-size: 110%;
	font-variant: small-caps;
}

#nav li.selected {
        background-color: #bbbbbb;
}

h1 {
	color: #111111;
	font-size: 175%;
}

h2 {
	color: #111111;
	font-size: 150%;
}

.pagetitle {
    text-align: center;
}

h3 {
	color: #111111;
	font-size: 100%;
	font-style: italic;
}

dt {
	font-weight: bold;
}