/*This styesheet sets style for as many tags as possible in order to make browsers behave similary - attributes and tags that do not work for this purpose have been removed.*/
html,param,col,br,area,thead,tfoot,tbody,tr,optgroup,colgroup,table,map,option,fieldset,pre,var,tt,sup,sub,strong,span,small,samp,q,p,legend,kbd,i,h6,h5,h4,h3,h2,h1,dt,dfn,code,cite,caption,big,bdo,b,address,acronym,abbr,form,th,td,ins,div,del,dd,button,body,blockquote,a
	{
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0% 0%;
	background-repeat:repeat;
	border-collapse:collapse;
	border-spacing:0;
	bottom:auto;
	caption-side:top;
	clear:none;
	clip:auto;
	color:inherit;
	counter-increment:none;
	counter-reset:none;
	cursor:auto;
	direction:ltr;
	empty-cells:show;
	float:none;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	min-height:0;
	min-width:0;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	position:static; /*relative???*/
	quotes:none;
	right:auto;
	table-layout:auto;
	text-decoration:none;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	top:auto;
	unicode-bidi:normal;
	vertical-align:baseline;
	visibility:inherit; /*careful with this*/
	white-space:normal;
	width:auto;
	word-spacing:normal;
	z-index:auto;
	/*aural items*/
	azimuth:center;
	cue:inherit;
	cue-after:none;
	cue-before:none;
	elevation:level;
	pause:20ms;
	pause-after:20ms;
	pause-before:20ms;
	pitch:medium;
	pitch-range:50;
	play-during:auto;
	richness:50;
	speak:normal;
	speak-header:once;
	speak-numeral:continuous;
	speak-punctuation:none;
	speech-rate:medium;
	stress:50;
	voice-family:inherit;
	volume:medium;
	/*paged - print*/
	orphans:2;
	page:auto;
	page-break-after:auto;
	page-break-before:auto;
	page-break-inside:auto;
	widows:2;
	}
