/* background colour of pages */
body {
	background: beige ;
}

/* Quotes for each section */
p.quote {
	font-style: italic ;
	text-align: center ;
}

/* Group of classes name at top of each page */
p.sectionhead {21:39 25/12/2008
	font-weight: bold ;
	text-align: center ;
}

/* Page title */
h3.pagehead {
	text-align: center ;
}

p.sectionhead, h3.pagehead, table.ordinary tr.toprow td {
	text-transform: capitalize ;
}

/* table headings */
table.ordinary tr.toprow td {
	border-bottom-width: 5 ;
	border-left-width: 0 ;
	border-right-width: 0 ;
	border-top-width: 0 ;
	border-style: solid ;
	border-color: red ;
	font-weight: bold ;
	text-align: center ;
}

/* All ordinary table cells */
table.ordinary td {
	border-style: solid ;
	border-left-width: 0 ;
	border-right-width: 0 ;
	border-top-width: 0 ;
	border-bottom-width: 1 ;
	padding: 10 ;
}


/* tables for laying out purposes */
table.layout {
	border-width: 0 ;
}

/* tables for containing class information */
table.ordinary {
	border-style: solid ;
	border-color: red ;
	border-width: 0 ;
}

/* tables inside other tables */
td table {
	
}

a:link, a:active {
	color: #CE0031 ;
	text-decoration: none ;
}

a:hover {
	color: blue ;
}

a:visited {
	color: #730210 ;
	text-decoration: none ;
}

h2 {
	padding: 0px ;
	margin: 0px ;
}

/* All text */
h1, h2, h3, h4, h5, h6, p, table {
	font-family: myriad web pro, estrangelo edessa, tahoma, verdana, microsoft sans serif, arial ;
}
