body
{
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #404040;
}

h1
{
	margin-top: 20px;
	font-size: 30px;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 25px;
}

h4
{
	font-size: 20px;
}



a {
	text-decoration: underline;
	color: #555;
}
a:visited {
	color: #555;
}
a:active {
	color: #b34436;
}
a:hover {
	color: #b34436;
}

td {
	text-align: center;
}

img.thumbnail
{
	border-style: solid;
	width: 100;
}

p.thumbnail_title
{
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 2px;
}

img
{
	border-style: solid;
	border-width: 5px;
	border-color: black;
}
