body {
	background-color: navy; 
}

body, p, ol, ul, li, dt, dd, dl, tr, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}

h1 { font-family: Arial, Helvetica, sans-serif; color: yellow; font-size: 180%}
h2 {  font-family: Arial, Helvetica, sans-serif; color: yellow; font-size: 150%}
h3 {  font-family: Arial, Helvetica, sans-serif; color: yellow; font-size: 140%}
h4 { font-family: Arial, Helvetica, sans-serif; color: white; font-size: 130%}
h5 {  font-family: Arial, Helvetica, sans-serif; color: white; font-size: 120%}
h6 {  font-family: Arial, Helvetica, sans-serif; color: white; font-size: 110%}

A:link {
  	color: yellow;
  	text-decoration: underline;
}

A:visited {
  	color: yellow;
  	text-decoration: underline;
}

A:active {
  	color: red;
  	text-decoration: underline;
}

A:hover {
  	color: red;
  	text-decoration: underline;
}

.Navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	font-size : small;
	line-height: 15px;
}

a.Navbar:link {
	color: yellow;
	text-decoration: none
}
a.Navbar:visited {
	color: yellow;
	text-decoration: none
}
a.Navbar:hover {
	color: Red;
	text-decoration: underline
}
a.Navbar:active {
	color: Red;
	text-decoration: underline
}

.Line {
	color: #999999;
	height : 1px;
}


.Foot {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size : x-small;
}

a.Foot:link {
	color: yellow;
	text-decoration: none
}
a.Foot:visited {
	color: yellow;
	text-decoration: none
}
a.Foot:hover {
	color: Red;
	text-decoration: underline
}
a.Foot:active {
	color: Red;
	text-decoration: underline
}

.skiplink {display:none}

.listexpand li {
  margin-bottom: 10px;
}

.listnobullet {
	list-style-type : none;
}
