/*
	# Company: Signman Says
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: screen.css
*/
@import url(layout.css);
@import url(components.css);

body
{
	color: #707c7e;
	font-size: 11px;
}

h1
{
	text-transform: uppercase;
}

p,
li
{
	color: #707c7e;
	font-size: 11px;
	line-height: 1.2em;
}

big
{
	line-height: 1.2em;
}

a:link,
a:visited
{
	color: #453e94;
	font-size: inherit;
	font-weight: normal;
	text-decoration: underline;
}
a:hover
{
	color: #8a83d4;
}