/*-----------------------------------------------------------------------------
Primary mark-england Style Sheet

version:   1.0
author:    Olivier Bon
email:     olivier@redtigerdesign.com
website:   http://www.mark-england.co.uk

Table of Contents:
		layout
		typography
-----------------------------------------------------------------------------*/



/* layout
-----------------------------------------------------------------------------*/

body{
	margin: 0px 0px 0px 15px;
	background-color: #666;
}

img{
	border:none;
} 

/* typography
-----------------------------------------------------------------------------*/

body{
	font-family: Verdana;
	font-size:75%;
	color: #000;
}

h1{
	font-family: Verdana;
	font-size:140%;
	color: #666666;
	padding: 7px 7px 0px 0px;

}

.copyrightInfo {
	font-family: Verdana;
	font-size:80%;
	color: #000;
}

.homepage{font-family: Verdana; color:#666666;}
.homepage:hover{font-family: Verdana; color:#666666; text-decoration:none;}
