﻿html, body, p, li, td {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tr {
	vertical-align: top;
}
td {
	padding: 10px;
	border-width: 3px;
	border-style: solid;
}
table {
	border-style: solid;
}
img {
	border-width: 0;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
.redText {
	color: red;
}
