@media screen
        {
	body  	{
			color:  #000;
			background: #663;
			margin: 5px 35% 5px 5%;
			padding: 0;
		}	
	}

@media print
	{
	body  	{
			color:  #000;
			background: #fff;
			margin: 5px 5% 5px 5%;
			padding: 0;
		}
	}


@media screen, print
	{

a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #785;
	background: transparent;
	}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #785;
	background: transparent;
	}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #785;
	background: transparent;
	}



h1, h2, h3, h4, h5, h6, td, th, li, ul, ol, p
	{ 
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-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;
	}

p, td, li, ul, ol, th	
	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align; left;
	font-size: 0.85em;
	line-height: 1.1em;
	}

	}