
body {
	background: white;
	color: black;
	font-family: serif;
}

.revision {
        background: white;
        color: black;

	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 75%;
	padding-left:2.5%
}

.question  {
	color: blue;
	border: solid blue;
	border-width: thin;
	font-style: italic;
	font-weight: bold;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2.5%;
	padding-right: 2%;

}

.todo {
	background: red;
	color: white;
	font-weight: bold;
}

.new {
	background: #88FF88;
	color: black;
}

/*
IE6sp1 doesn't support this. Mozilla 1.2.1b does....

.new:before {
	content: "NEW: ";
	font-weight: bold;
	font-family: geneva, arial, helvetica, sans-serif;

}
*/
.new-before {
	font-weight: bold;
	font-family: geneva, arial, helvetica, sans-serif;
}

.deleted {
	background: #88FF88;
	color: black;
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	color: black;
	font-family: geneva, arial, helvetica, sans-serif;

	text-align: left;
	margin-bottom: 0;
}

h2,h3,h4,h5,h6 {
	text-decoration: underline;
}

h1 {
        font-size: 125;
	text-transform:uppercase;
}	

h1:first-line {
        font-size: 110%;
}


h2 {
	font-size: 200%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 105%;
}

table {
	font-size: 75%;
	border-width: thin;
	border-style: solid;
}

td {
	font-family: sans-serif;
}

caption {
	caption-side: bottom;
}