
/*** Colours ***/

/* General Background Colour is now white*/

html, div.Content, div.Navigation, div.Home-header 
{		background: #ffffff;
}

* {
background-image: none;
}

/* Medium Dark Colour is now white */

div.Content, div.Main-text, div.Navigation, div.Navigation-text
{		border-color: #ffffff; }

th {		background: #ffffff; }


/* Coloured Text and similar is now black */

h1, h2, h3, h4, h5, em, th, hr, hr.Guestbook, p.Footer, a:link, a:hover
{		color: #000000;}

hr, hr.Guestbook 
{		background-color: #000000;}

table {		border-color: #000000; }

a:visited, a:active {	color: #000000;}

html, p {	color: #000000; }

/* And a few things are white */

div.Main-text, div.Navigation-text, table
{	background-color: #ffffff; }

/*** Fonts ands Text ***/

/* Font Size */

html, h5, div.Navigation-text {
		line-spacing: 100%;
		font-size: 10pt; }

h3, h4 {	font-size: 12pt; }

h2 {		font-size: 14pt; }

h1 {		font-size: 16pt; }

h1.Home-header {font-size: 16pt; }

/* Text Decorations, font variants etc. etc. */

a:link, a:visited  {
		text-decoration: none; }

a:hover, a:active {
		text-decoration: none; }

h1, h2 {	font-variant: small-caps; }

em {		font-style: italic;
}

/*** Borders ***/

div.Content, div.Navigation, div.Navigation-text, div.Main-text 
{		border-width: 5px;
		border-style: none;
}

/*** Backgrounds ***/

html{ 	float: none !important;}

div.Content {	width: 100%;
}

div.Home-header{padding-bottom: 0%;
		padding-top: 0%;
}

div.Main-text{	width: 100%;
		padding: 0;
}

div.Main-text:after{
		content: "© Copyright 2004-2009 Jacob Head";	
}

div.Navigation, div.randomly_chosen_decorative_images { 
		display: none;
}

*.Hidden, *.Print-Hidden, div.Breadcrumbs, div.Footer 
{	 	display: none;
}
