/* Mick and Vivienne Style Sheet */

/* =================== Defaults =================== */

/* no underline of links */
a {
	text-decoration: none;
}

/* link colours all the same */
a:link {color: #000020;} /* dark grey */
a:visited {color: #000020;} /* dark grey */
a:hover {color: #FF0000;} /* red */

/* default colours and font sizes */
body {
	background: #F8F6B2; /* soft yellow */
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	color: #000020; /* dark grey */
	scrollbar-base-color: #008000; /* green */
	scrollbar-arrow-color: #F8F6B2; /* same as the background */
	}

/* colours and font sizes within main pane */
td {
	/* background defaults to body */
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	/* color defaults to body */
	}

/* unordered list always uses square bullets */
ul {
	/* list-style-type: "square"; */
	list-style: url("GreenSquare.gif") square;
	}

/* =========== Main Pane Non Default Values ============ */

/* no underline of links by default */
a.mainpane {
	text-decoration: none;
}
/* main pane link colours all the same by default */
a.mainpane:link {color: #0000FF;} /* blue */
a.mainpane:visited {color: #0000FF;} /* blue */
a.mainpane:hover {color: #FF0000;} /* red */

/* colours and font sizes within a heading */
td.heading {
	/* background defaults to body */
	font-size: 12pt;
	font-weight: bold;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	/* color defaults to body */
	}

/* ================= Navigation Pane ================= */

/* default colours and font sizes */
body.navpane {
	background: #E3D7E2; /* light purple */
	font-size: 10pt;
	font-family: "Comic Sans MS, Verdana, Arial, Helvetica";
	color: #000020; /* dark grey */
	scrollbar-base-color: #FD0000; /* Unicorn red */
	scrollbar-arrow-color: #E3D7E2; /* same as the background */
	}

/* colours and font sizes within navigation pane */
td.navpane {
	/* background defaults to body */
	font-size: 10pt;
	font-weight: bold;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	/* color defaults to body */
	}

/* colours and font sizes within a navigation footnote */
td.navfootnote {
	/* background defaults to body */
	font-size: 7pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	/* color defaults to body */
	}

/* ================= Bottom Message Pane ================= */

/* default colours and font sizes */
body.msgpane {
	background: #E3D7E2; /* "light purple */
	font-size: 10pt;
	font-family: "Comic Sans MS", "Verdana", "Arial", "Helvetica";
	color: #000020; /* dark grey */
	scrollbar-base-color: #FD0000; /* Unicorn red */
	scrollbar-arrow-color: #E3D7E2; /* same as the background */
	}

/* ======================================================== */

