@charset "UTF-8";
/* CSS Document */

/***********************************************************************/
/* dirtyfork | juicyapple                                              */
/***********************************************************************/

body
{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* this means 1em = 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, .screen, #nav
{
	display: none;
}

h2
{
	font-size: 3.5em;
	color: #cf308a;
	font-weight: normal;
	display: block;
	padding: 26px 0px;
	margin: 0px;
	border-bottom: solid 1px #494949;
}

h3
{
	font-size: 1.4em;
	line-height: 1.1em;
	color: #8B9298;
	padding: 3px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}

h3 a, h3 a:hover
{
	color: #8B9298;
	text-decoration: none;
	display: block;
}

p
{
	font-size: 1.6em;
	line-height: 1.3em;
	color: #999;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

p a
{
	color: #999;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

p a:hover
{
	color: #999;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: underline;
}
