/*---[ 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.75em; /* 12px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
}

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

a {
	color: #95AA19;
}