@import "a.css";
@import "div.css";
@import "form.css";
@import "iframe.css";
@import "img.css";
@import "p.css";

/* style for blocks of text */
.block {
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}

/* style for lists that are within blocks */
.block.list { 
	list-style-type: circle;
	padding-right: 3em;
	padding-left: 3em;
}

/* default style for xhtml:body */
body {
	background: white;
}

/* default style for sup elements */
sup {
	font-size: 50%;
}

@media screen {
/* additional style for xhtml:body when displayed on screen */
	body {
		background: url("../images/background.jpg") white;
		background-repeat: repeat-x;
	}
}
