body {
	background: #cccccc;
	color: #000000;
	margin-top: 0px;
}

p,ol,ul { 
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
}

h1  {
	font-size : 18px;
	text-align : center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

sup {
	font-size: 11px;
	color: #666666;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
	background-color: #cccccc;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

.content {
	background: #ffffff;
	margin-left : 10%;
	margin-right : 10%;
	padding: 5px 15px 5px 15px;
}

.footer  {
	font-size : 12px;
	text-align : center;
}

.ref {
font-size: 13px;
}

.med {
font-size: 13px;
}

.print {
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
}

a.none {
	color: #0000ff;
	text-decoration: none;
}

a:visited.none {
	color: #0000ff;
	text-decoration: none;
}

a:hover.none {
	color: #cc0000;
	text-decoration: underline;
}

a:active.none {
	color: #cc0000;
	text-decoration: underline;
}

.navbox { 
	background: #000000;
	border: #00ccff solid 1px;
}