/*---[ Details ]---------------------------------------
Basic Style Sheet - Older Browsers
Author: Lee Powell
Contact: lee.powell@soup.co.uk
-------------------------------------------------------*/

/* Basic rules for older browsers - overwritten by screen.css */

body {
	font-size: 0.625em; /* 10px */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}

a {
	color: green;
}