/*-----------------------------------------------------------------
 Very basic styles and import files sheet

 version: 1.0
 author: Jason Roberts
 email: info@custardfish.com
 website: www.custardfish.com 
-----------------------------------------------------------------*/
@import url(print.css);
@import url(screen.css);



* {padding: 0; margin: 0;}

body { font-size: 62.5%;}
input, select, th, td { font-size: 1em;}


p, li, h1, h2, h3, h4, h5, h6, h7 {color: #444; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1.2em; line-height: 1.8em;}

h1 {	font-size: 1.8em;}

h2 {	font-size: 1.4em;}

li { list-style: none;}

a { text-decoration: underline; color: #222;}


/* ---------------------
end of document */ 

