// stylesheet for New Dawn Productions

# *
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CCCC00;
}

.title
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	color: #FFFF00;
}

ul
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-weight: bold;
	width: 748px;
	background-color: #000000;
	color: #CCCC00;
	float: left;
}

ul li
{
	display: block;
	font-weight: bold;
	color: #CCCC00;
	float: left;
}

ul a
{
	display: block;
	padding: 0 2em;
	font-weight: bold;
	line-height: 2.1em;
	text-decoration: none;
	font-weight: bold;
	color: #CCCC00;
}

ul a:hover
{
	color: #FFFF00;
	font-weight: bold;
	background-color: #333366;
}

P
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #000000;
	color: #DEDEFF;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #DEDEFF;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #DEDEFF;
}