/* 
	Amazing Me Typo CSS
	Author: Tom Knowles 
	Description: Deals with typography
*/

body
{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica ,sans-serif;
	font-size: 65%;
	line-height: 140%;
	color: #5369A6;
}

p
{
	padding: 0 0 10px 0;
}

h1
{
	font-size: 165%;
	font-weight: normal;
	color: #5369A6;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 145%;
	font-weight: normal;
	color: #5369A6;
	margin: 4px 0px 8px 0px;
}

h3
{
	font-size: 125%;
	font-weight: bold;
	color: #5369A6;
	margin: 0px 0px 8px 0px;
	
}

h4
{
	font-size: 105%;
	font-weight: bold;
	color: #5369A6;
	margin: 0px 0px 4px 0px;
}

/* text size links */

#textsizer a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#textsizer a:hover
{
	color: #DCECF5;
	text-decoration: none;
}

a
{
	color: #526AA7;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #526AA7;
	text-decoration: underline;
}

p.lighter
{
	color: #7997A6;
}

/* sizing */

.small
{
	font-size: 90%;
}

.medium
{
	font-size: 110%;
}

.large
{
	font-size: 130%;
}

