/* $Id: style.css 103 2004-09-04 14:03:52Z davel $ */

body {
	background-color: black;
	color: white; 
	margin: 0px;
	border-color: white;
	outline-color: white;
}

h1 {
	font-family: sans-serif;
}

h2 {
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
}


td.pageHeader {
   /* If I give the background colour as a simple colour (#f262f7 it doesn't
      match with the PNG images in 256 colour modes and Safari.
   */
	background-image: url("http://www.davel.me.uk/HeaderTile.png");
	background-repeat: repeat;
	color: black;
	width: 100%;
	height: 59px;
	padding: 0px 10px 0px 10px;	
}

h1.pageHeader {
	font-size: 17pt;
}

td.slideHeaderTop {
   width: 216px;
	height: 59px;
}

td.slideHeaderBot {
	width: 216px;
	height: 117px;
}

div.bodyArea {
	padding: 0px 10px 0px 10px;
}

td.indexArea {
	padding: 0px 10px 0px 10px;
}

tr {
	padding: 0px;
	margin: 0px;
}

table.layout {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #f262f7;
}

a:hover {
	color: #f262f7;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #c14ec6;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	font-size: smaller;
}
