﻿body {
	max-width: 900px;
  width: 90%;
	margin: auto;
	font-family: Verdana, "Trebuchet MS", sans-serif;
  font-size: 90%;
}

p {
  margin-top: 8px;
  margin-bottom: 8px; 
}

.contents-list ul {
  margin-top: 0;
}

li {
  padding-top: 1px;
  padding-bottom: 1px;
}

ul.contents-list li {
  list-style: none;
  padding-top: 1px;
  padding-bottom: 0;
}

ul.updates-list ul {
  margin-top: 0;
}

ul.updates-list li {
  padding-top: 1px;
  padding-bottom: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover:not(.menu a:hover) {   /* exclude navbar menu hovering */
	text-decoration: underline;
}

.HeaderBG {
	font-family: sans-serif;
	color: #000066;
	background-color: #7ACBDB;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
}
.YellowHighlight {
	background-color: #FFFFCC;
	margin-left: 72px;
}
.IndentMe {
	margin-left: 48px;
	padding-left: 6px;
}
.DimText {
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 2px;
  margin-top: 8px;
  margin-bottom: 2px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
  color: #000000;
}

h1 {
  font-size: 1.3rem;
}

h2 {
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #003399;
}
h3 {
	background-color: #BFB5DF;
	padding-left: 4;
	padding-right: 4;
	padding-top: 3;
	padding-bottom: 3;
}
