BODY {
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

P, UL, OL, DL, BLOCKQUOTE, TABLE  {
	font-size : 1.0em;
}

H1  {
	font-size : 1.6em;
}

H2  {
	font-size : 1.4em;
}

H3  {
	font-size : 1.2em;
	font-style : italic;
}

H4  {
	font-size : 1.0em;
	font-style : italic;
}

a:link  {
   color : #ff0000; 
   text-decoration : none;
}

a:visited   {
    color : #ff0000;
    text-decoration : none;
}

a:hover  {
	color : #ff0000;
	text-decoration : underline;
}

a:active    {
    color : #ff0000;
    text-decoration : underline;
}

#content    {
    padding : 0px 10px 10px 10px;
}

.main  {
	color : #cccccc;
	font-weight : bold;
}

.accent  {
	color : #000000;
	font-weight : bold;
}

.credits  {
	font-size : 0.8em;
	text-align : center;
}

.note	{
	font-size : 0.8em;
	font-style : italic;
}

