body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}

h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #F00;
}

p
{
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

#Content>p { margin: 0px; }
#Content>p+p { text-indent: 30px; }

a
{
	color: #009900;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link, a:visited { color: navy; }

a:hover
{
	color: #c0c0c0;
	background-color: #ffffff;
	text-decoration: none;
}

.tiny
{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}

ul, li
{
	font: 11px/20px verdana, arial, helvetica, sans-serif;
}

body { margin: 20px 20px 0px 20px; }

#main
{
	border: 1px solid #000;
	background: #fff;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and
Opera streches it half way. */

#main #menu
{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float: right;
	width: 230px;
	background: #eee;
	margin: 0px 0px 10px 10px;
}

p,h1,pre { margin: 0px 10px 10px 10px; }

h1
{
	font-size: 14px;
	padding-top: 10px;
}

#menu p { font-size: 10px; }