Write your own style sheets...


Okay, if you want to customise the colour and layout of the pages to suite you send me in a style sheet (or just a list of colours (e.g. #FF0000, Red, etc)

For those not too familiar with style sheets, you can use this one as a template (the default one):


.sTopNav {

	background-color: #DDDDDD;
	margin: 4px;
	font-size: 12pt;
}

.sTopNav A {
	text-decoration: none;
}

.sTopNav TH A:link {
	color: #000080;
}
.sTopNav A:link {
	color: #0000C0;
}

.sTopNav TH A:visited {
	color: #000080;
}

.sTopNav A:visited {
	color: #0000C0;
}

.sNav {

	background-color: white;
	margin: 4px;
	font-size: 12pt;
}

.sNav TD {

	font-size: 8pt;
}

.sNav A {
	text-decoration: none;
}

.sNav TH A:link {
	color: #000080;
}
.sNav A:link {
	color: #0000C0;
}

.sNav TH A:visited {
	color: #000080;
}

.sNav A:visited {
	color: #0000C0;
}

.sMain {

	background-color: white;
	margin: 10px;

}

.sMain TH {

	background-color: #DDDDDD;
}
.sMain A {
	text-decoration: none;
}

.sMain A:link {
	color: blue;
}
.sMain A:visited {
	color: blue;
}