/* *****************************************************************************
	typography

	Created by Nick Harris on 2008-02-21.
	Contact nick@pixelenvy.co.uk
**************************************************************************** \*/

/* *****************************************************************************
	Globals
**************************************************************************** \*/
	
	body {
		font: normal normal normal 12px/1.25 Verdana;
		color: #777;
	}
	
/* *****************************************************************************
	Headings
**************************************************************************** \*/

	h1 {
		font-size: 200%;
		margin: 0 0 .625em 0;
	}
	
/* *****************************************************************************
	Paragraphs
**************************************************************************** \*/

	p {
		margin: 1.25em 0;
	}
	
	#footer p {
		margin: 0;
		font-size: 90%;
		color: #bbb;
		text-align: right;
	}
	
/* *****************************************************************************
	Lists
**************************************************************************** \*/

	ul {
		margin: 0 0 0 2em;
		list-style: disc;
	}
	
	li {
		margin: 1.25em 0;
	}
	
/* *****************************************************************************
	Links
**************************************************************************** \*/

	a:link {
		color: #900;
		text-decoration: none;
	}
	
	a:visited {
		color: #000;
		text-decoration: none;
	}
	
	a:active,
	a:hover {
		color: #900;
		text-decoration: underline;
	}
