body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
	background-color: #FFF;
}
body,td,th {
	color: #195f95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
a:link {
	text-decoration: underline;
	color: #195f95;
}
a:visited {
	text-decoration: none;
	color: #2779a7;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img.profile {
	float:left;
	margin-right: 6pt;
	margin-bottom: 6pt;
}
