/* this is the 'basic' style sheet. it is primarily for nn4 */

body, h1, h2, h3, h4, ol, ul, li, p 
{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	color: #EEEEEE;
}

body 
{
	background-color: #555555;
}

p
{
	line-height: 120%;
}

a:link, a:visited
{
	color: #FBAE19;
	text-decoration: none;
}

a:hover, a:active
{
	color: #EEEEEE;
	text-decoration: underline;
}

h1
{
	color: #EEEEEE;
	font-size: 120%;
	font-weight: bold;
}

h2
{
	color: #AAAAAA;
	font-size: 100%;
	font-weight: bold;
}

h3
{
	color: #AAAAAA;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

img
{
	border: 0;
}

ol, ul, li 
{
	line-height: 120%;
}

ul, ol
{
	padding-left: 3em;
}

li
{
	padding-bottom: 0.25em;
}

pre
{
	font-family: monospace;
	font-size: 80%;
}

strong
{
	font-weight: bold;
}

emphasis
{
	font-style: italic;
}

em
{
	font-style: italic;
}

.accessible
{
	display: none;
}

