/*  
Theme Name: Bugs In Amber
Theme URI: 
Description: 
Version: 1.0
Author: Jake McMurchie
Author URI: http://www.jakemc.co.uk/ 
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 81.25%;
}
html>body {font-size: 13px;}

h1,h2,h3,h4,h5,h6,p,div,td,th,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,input,select,option,textarea,blockquote {font-size:1em; margin:0; padding:0;}
p {margin-bottom:1em; line-height:1.5em;}
a img, a:link img, a:visited img {border:none;}
address { font-style:normal }
a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
form {display: block;}
h2 {color: #911;}