a:link {
  color: #004080;
  text-decoration: none;
}

a:active {
  color: #004080;
  text-decoration: none;
}

a:visited {
  color: #004080;
  text-decoration: none;
}

a:hover {
  color: #004080;
  text-decoration: underline;
}

.sidebar a:link {
  color: #000000;
  text-decoration: none;
}

.sidebar a:active {
  color: #000000;
  text-decoration: none;
}

.sidebar a:visited {
  color: #000000;
  text-decoration: none;
}

.sidebar a:hover {
  color: #003399;
}

.sidebar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 22px;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  color: #000000;
  text-align: left;
}

body {
  background-image: url(../images/back.jpg);
  background-repeat: repeat-y;
  background-color: #FFFFEA;
}
ul {
	line-height: normal;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: decimal;
}
.TableContents {
	font-size: small;
	text-align: justify;
}
.indexTitle {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
h2 {
	color: #004080;
}
.Quotes {font-size: small}

h1 {
	color: 004080;
}
.images {
	float: right;
	padding-left: 10px;
}
.centre {
	text-align: center;
}
.linkTable {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}