/* can't specify anything for html in msie. */
body {
	background-color: #330066;
	background-image: url("http://dse.webonastick.com/images/mojo-stripes.gif");
	margin: 0;
	padding: 0;
}
div.content {
	background-color: #dedeff;
	border: solid 2px yellow;
	margin: .5em;
	padding: 0;
	width: auto;
}
div.content2 {
	border: solid 1px black;
	margin: 0;
	padding: .5em;
}
a {
	text-decoration: none;
}
