/* ----------------------------------------------------/
basic stylesheet for Magdalen Road Studio pages  
works for NS 4.8 etc - linked not imported
(c) 2006 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
/-----------------------------------------------------*/

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

b, strong {
	font-weight: 900;
	color: #cd0f01;
}
body
{
	font-family:century gothic, verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color:#000;
	background-color:#FFF;
	margin:0px;
}


a:link {
	color:#cd0f01;
	text-decoration: none;
	border-bottom: dashed 1px #FF9999;
}
a:visited { 
	color:#990033; 
	text-decoration: none; 
}
a:hover { 
	color:#FF9999; 
	text-decoration: none; 
}

a:active { 
	color:#FF9999; 
}
