@import url("http://www.newmoondesigns.net/display.css");

html
{
	width:100%;
	height:100%;
}

body {
	background: #111111;
	color:#e6e8fa;
	font-family:Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	font-size:12pt;
	height:100%;
}

a:link,a:visited
{
	color:#2d8dd0;
	font-weight:500;
	text-decoration:none;
}

a:hover
{
	color:#ff364d;
	font-weight:500;
	text-decoration:underline;
}

#nav
{
	width:570px;
	margin:0 auto;
	margin-left:11%;
	padding-left:115px;
	text-align:center;
	font-size:.7em;
	color: #ff3851;
	margin-top:20px;
	margin-bottom:30px;
}

#nav a:link,a:visited
{
	color:#2d8dd0;
	text-decoration:underline;
}

#nav a:hover
{
	color:#e6e8fa;
	text-decoration:underline overline
}

#style
{
	text-align:left;
	font-size:1.2em;
	font-weight:400;
	letter-spacing:.2em;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.opening
{
	line-height:150%;
	font-size:8pt;
}

/* h1#desc 
{
	display: none;
} */
select
{
	margin-bottom:3px;
	width:120px;
}

br
{
	line-height:.5em;
}