/* Definition of all basic text */
.background {	background-color: FFFFFF;
				color: black;
				font-family: arial, sans-serif }
			
/* Title formatting */
.title {		background-color: FFFFFF;
				color: 000080;
				font-weight: bold;
				font-size: 115%;
				font-family: arial, sans-serif }

/* Highlight colour (used to draw special attention to text)
		background color	= orange/yellow
		text colour 		= white
		 */
.highlight {	background-color: AA1129;
				color: FFFFFF;
				font-family: arial, sans-serif }
				
/* Footer formatting */
.footer {		background-color: FFFFFF;
				color: 000000;
				font-family: sans-serif;
				text-align: center;
				font-size: 80% }
					
/* The following 3 sections define the link behaviour for general links */
a:link {		color: 000080;
				font-family: arial, sans-serif;
				text-decoration: none }
a:visited {		color: 000080;
				font-family: arial, sans-serif;
				text-decoration: none }
a:hover {		color: FFFFFF;
				font-family: arial, sans-serif;
				text-decoration: none;
				background-color: 000080 }