#functionWrapper {
	width: 500px;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
}

strong, b {
	font-weight: bold;
	font-style: oblique;
}
em, i {
	font-style: italic;
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #999;
	float: right;
	margin: 10px;
}

p, ul, ol, dl {
 	font-size: 1.0em;
 	line-height: 1.4em;
 	color: #333;
 	margin-bottom: 10px
}

h1 {
 	font-size: 1.6em;
}

h2 {
 	font-size: 1.4em;
}

h3 {
 	font-size: 1.2em;
}

h4 {
 	font-size: 1.1em;
}

h5 {
 	font-size: 1.1em;
}

h6 {
 	font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
	text-transform: uppercase;
 	margin-bottom: 10px
}

table {
	font-size: 1.0em;
	border: 1px solid #999;
	width: 100%;
	background-color: #f1f1f1;
}

tr, td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #666;
}

#header, 
#sidebar,
#pageFunctions,
#footer {
	display: none;
}
