
* {
	background-color: transparent;
	background-image: none;
}
html {
	font-family:"Times New Roman", serif; 
	font-size:12pt; 
	font-style:normal;  
	font-weight:normal; 
	font-variant:normal;	
	line-height:16pt; 
	text-transform:none;
	text-decoration:none;
	color:#000;
	text-align:left;
}
img{display:none;}
.text_white {color:#000;}
.disclaimer {font-size:9pt; line-height:12pt;}
/* headers */
h1 {font-size:16pt; font-weight:bold;}
h2 {font-size:15pt; font-weight:bold;}
h3 {font-size:14pt; font-weight:bold;}
h4 {font-size:14pt; font-weight:bold;}
h5 {font-size:14pt; font-weight:bold;}
h6 {font-size:13pt; font-weight:bold;}
/* links */
a:link, a:visited {text-decoration: underline; line-height: 16pt; color: #000;}
a:link:before, a:visited:before {content: " [" attr(href) "] "; font-size: 11pt; text-decoration: none; color: #000;}
a[href^="/"]:before {content: " [http://trixieandpumpkin.co.uk " attr(href) "]  "; font-size: 11pt; text-decoration: none;  color: #000; }
/* DIV's */
div#print{display:none;}
div#nav{display:none;}
div#main {
	position: static; 	/* to stop div getting broken */ 
	top: 0;
	left: 0;
	padding: 0;
	margin:0 5%;
	width:95%;
}