/* high contrast CSS for Endocrine Pharmaceuticals */

body
{
	font-family: arial,geneva,verdana,sans-serif; 
	color: #fff;
	font-size: 125%;
	margin: 0;
	padding: 0;
	background-color: black;
	text-align: center;
	line-height: 150%;
}

div#wrapper
{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

a
{
	background-color: inherit;
	color: yellow;
}

div#accessibility a
{
	margin-right: 10px;
}

li
{
	margin-bottom: 10px;
}

img#imgheader
{
	display: none;
}

h1, h2
{
	line-height: 155%;
}

div#accessibility p#highcontrast
{
	display: none;
}

div#accessibility a#access
{
	display: block;
	margin-top: 10px;
}

div#footer
{
	border-top: 1px solid white;
}