@media screen
        {
	body  	{
			color:  #fff;
			background: #000;
			margin: 5px 35% 5px 5%;
			padding: 0;
		}	
	}

@media print
	{
	body  	{
			color:  #000;
			background: #f7f7f7;
			margin: 5px 5% 5px 5%;
			padding: 0;
		}
	}


@media screen, print
	{

a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #4f4f4f;
	background: transparent;
	}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #4f4f4f;
	background: transparent;
	}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	background: #440e62;
	}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #440e62;
	}



h1, h2, h3, h4, h5, h6, th
	{ 
	font-family: Candara, Georgia, Times, serif;
	}

td, li, ul, ol, p
	{ 
	font-family: Calibri, Georgia, Times, serif;
	}


h1	{
	font-size: 1.15em;
	font-weight: bold;
	}

h2	{
	font-size: 1.00em;
	font-weight: bold;
	}

h3	{
	font-size:0.85em;
	font-weight: bold;
	}

td, th, li	
	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align; left;
	font-size: 1em;
	line-height: 1.1em;
	}


p, ul, ol	
	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align; left;
	font-size: 0.85em;
	line-height: 1.1em;
	}

span.hilite 

	{

	background: #98158d;
	color: white;
	font-weight: bold

	}

	}