﻿
/* Specifications for text and link formatting for the side navigation bar */
.navside {
	font-size: .9em;
	color: #ffffff;
	font-family : Arial, sans-serif;
	background-color : #336666;
	text-decoration: none;
}
.navside:hover {
	color: #000000;
	font-family : Arial, sans-serif;
	background-color : #ffffff;
	text-decoration: none;
}
.sidenolink {
	color: #000000;
	font-family : Arial, sans-serif;
	background-color : #cccccc;
	text-decoration: none;
}
.chapnolink {
	color: #ffffff;
	font-family : Arial, sans-serif;
	font-weight: bold;
	background-color : #000000;
	text-decoration: none;
}
/* Specifications for text and link formatting for the top navigation bar */
.navtop {
	font-size: large;
	color: #ffffff;
	font-family : Arial, sans-serif;
	background-color :  #336666;
	text-decoration: none;
}

.navtop span{
	color: #000000;
	background-color: #CCCCCC;
	padding-left:5px;
	padding-right:5px
}
.navtop:hover {
	color: #000000;
	font-family : Arial, sans-serif;
	background-color : #ffffff;
	text-decoration: none;
}
/* Specifications for table background colours */
.white {
	background-color : #ffffff;
}
.grey {
	background-color : #cccccc;
}
.color {
	background-color : #336666;

