body {
	background-color: #2a48a4;
	font-size: 12pt;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	color: #fff;
}

h1 {
	font-size: 20pt;
	color: #fff;
}
h2 {
	font-size: 16pt;
	color: #fff;
}
h3 {
	font-size: 14pt;
	color: #fff;
}

div.content {
	margin: 20px;
	width: 1000px;
}
div.help {
	padding: 25px;
	background-color: #4a68c4;
	color: #000;
	align: center;
}

span.formula {
	// background-color: #6a88e4;
	background-color: #FFC;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

div.help ul {
	list-style-type: circle;
}
div.help dl dt {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

a.text {
	text-decoration: none; 
	font-size: 14pt; 
	color: black;
	font-weight: bold;
}

.wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}


