body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    line-height:1.3em; /* 16px × 1.125 = 20px */
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

p {
    font-size:1.2em;
}

h1 {
    font-size:1.3em;
	font-weight: bold;
	color: #990000;
}

h2 {
    font-size:1.1em;
	font-weight: bold;
	color: #990000;
}

h3 {
    font-size:0.8em;
	font-weight: bold;
	color: #990000;
}

h4 {
    font-size:0.7em;
	font-weight: normal;
	font-style: italic;
	color: #990000;
}

a {
	color: #990000;
}

code pre {
	font-family: "Courier New", Courier, monospace;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.bullet {
	line-height: 125%;
}

.dark_red {
	color: #990000;
}

.file_size {
	font-size: xx-small;
}

.white {
	color: #FFFFFF;
}

