/*---------------------------------------
Basic Style Sheet

Author: 	x
Email:		x
Website:	http://www.mixd.co.uk
---------------------------------------*/

/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("typography.css");
@import url("colour.css");

/* Global
---------------------------------------*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 74%; text-align:center; color: #333;}

a:link { text-decoration: underline; color: #000; }

a:hover, a:active, a:focus { text-decoration: underline; color: #78A230;}

a:visited { color:#FF0000; }



* { margin: 0; padding: 0; }

p {padding-bottom: 8px; font-size: 1em; line-height: 1.3em; }
