/* for print media we only want the tag styling no layout is required*/
/*@import url(tags.css);*/

/* display the following sections */


img
{
	display:none;
}

*
{
	text-align:left;
	background-color:black;
	color: yellow;
	font-family: Arial, Verdana, Sans serif;
}

a
{
	color: #00ff00;
}
#wrapper
{
	background-image:none;
}


