﻿
/* ----------Global Font ---------- */

body {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 10pt;
}

/* ----------Global Links---------- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.7em;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
}


/* ----------Small Pic--------- */

.SmallPic {margin-right: 15px; margin-bottom: 10px;}

