body {
	color : black;
	background-color : #ffffff;
	margin : 0;
}

body, div, p, td, th, li, dd, dl, dt {
	font-family : Arial, Helvetica, sans-serif;
}

p, li, dd, dl, dt {
	color : black;
	background-color : transparent;
	font-size : 12px;
}

td, th {
	font-size : 12px;
}

h1 {
	color : #003366;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

h2 {
	color : #000066;
	background-color : transparent;
	font-size : medium;
	font-weight : bold;
	text-align : left;
	text-transform : uppercase;
}

h3 {
	color : #000066;
	background-color : transparent;
	font-size : 12px;
	font-weight: bold
}

a:link {
	color : #000066;
	background-color : transparent;
}

a:visited {
	color : #666666;
	background-color : transparent;
}

a:active {
	color : red;
	background-color : transparent;
}

.contact {
	color : black;
	background-color : #cccccc;
	font-size : 10px;
	margin-left : 4px;
	text-align : left;
}
