/* 
** Safe for Netscape 4 and other browsers that don't understand @import
** Look for override in @imported stylesheet
** www.compulsivedesign.co.uk
*/

body, h1, h2, h3, h4, h5, h6, th, td, dd, ol, ul, li, p {
	font-family: Georgia,'Palatino Linotype',Palatino,'Times New Roman',Times,serif;
}
body {
	margin: 0;
	padding: 0 5% 5% 5%;
	background-color: #fff;
	background-image: url(http://www.compulsivedesign.co.uk/permanent/upgrade.gif); /* use full url so both ie45mac and nn4 can find it */
	background-repeat: no-repeat;
	background-position: top left;
}
		
a:link {
}
a:visited {
}
a:active {
}
a:hover { /* hover doesn't work in nn4 */
}
h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
th, td, dd, ol, ul, li {
	font-size: 80%;
	line-height: 120%;
}
p {
	font-size: 80%;
	line-height: 120%;
}
pre {
	font-family: monospace;
	font-size: 80%;
}
strong, b {
	font-weight: bold;
}