@import url(layout.css);

html,body 
{
	font-size: .9em;
	font-family: lucida grande, verdana, Bitstream Vera Sans, sans-serif;
}

h1,h2 {
	font-family: Georgia,Times New Roman,Times,serif;
}

h1 {
	font-size: 1.7em;
}

div#title h1 {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 24px;
	line-height: 15px;
	color: #fff;
}

div#title h1 span {
	font-size: 16px;
}

h2 {
	margin: 1em 0 -.1em 0;
	font-size: 1.4em;
}

p {
	text-align: left;
	line-height: 1.4em;
}

a:link {
	color: #896;
	text-decoration: none;
}

a:visited {
	color: #896;
}

a:hover {
	color: #896;
}

a:active {
	color: #9c3;
}