
/*
	define the look of your fonts and so on in here
	- note that we use cufon to apply the ford font (see the layout html)
 */

h1, h2, h3, h4, h5, body, body * {
	font-family:'Arial', Verdana, sans-serif;
}

h1, h1 a {
	font-size:40px !important;
	line-height:45px !important;
}
	h1 a:hover {
		text-decoration:none;
	}

h2 {
	font-size:30px;
	line-height:35px;
	padding:8px 0 5px 0;
}

h3 {
	line-height:24px;
	font-size:20px;
	padding:8px 0 5px 0;
}

h4 {
	line-height:15px;
	font-size:15px;
}

p, ul {
	font: 11px 'Arial', Verdana, sans-serif;
	line-height:16px;
	color:#717171;
}

a, a:visited, a:hover {
	font: 13px 'Arial', Verdana, sans-serif;
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p a, ul a, p a:visited, ul a:visited, p a:hover, ul a:hover  {
	font: 11px 'Arial', Verdana, sans-serif;
}
