body {
	background-color : #FFFFF0;
	border : none;
	font-family : sans-serif;
	font-size : medium;
}

h1 {
	background-color : #FFFFF0;
	border : none;
	color : #800000;
	font-family : sans-serif;
	font-size : xx-large;
	font-style : italic;
	font-weight : bold;
}

h2 {
	background-color : #FFFFF0;
	border : none;
	color : #800000;
	font-family : sans-serif;
	font-size : x-large;
	font-style : normal;
	font-weight : bold;
}

h3 {
	background-color : #FFFFF0;
	border : none;
	color : #800000;
	font-family : sans-serif;
	font-size : large;
	font-style : normal;
	font-weight : normal;
}

hr {
	background-color : #FFFFF0;
	border : none;
	color : #DCDCDC;
	height : 5px;
	width : 100%;
}

table {
	background-color : #FFFFF0;
	font-family : sans-serif;
	font-size : medium;
}

.tablecolour1 {
	background-color : #D3D3D3;
	border : none;
}

.tablecolour2 {
	border : 4px solid #D3D3D3;
}
