@charset "ISO-8859-1";
@import url("wrapper.css");

html, body {
	background-color: #8c8;
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

/* Overriding wrapper.css */
#wrapper {
	width: 400px;
	height: 400px;
	padding: 0;
	color: inherit;
	background-image: url("bg");
	text-align: left;
}

a, .link {
	color: #383;
}
p, ul, ol {
	color: #000;
	font-size: 10pt;
}
h1, .h1 {
	text-align: left;
	font-size: 20pt;
}
h2, .h2 {
	text-align: left;
	font-size: 16pt;
}
h3, .h3 {
	text-align: left;
	font-size: 13pt;
}
.indent {
	margin-left: 25px;
}
.small {
	font-size: 9pt;
	font-weight: normal;
}
