/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: 10px;
	color: #666666;
}
a:link{
	font-family: arial;
	font-size: 12px;
	color: #666666;
}
a:visited{
	font-family: arial;
	font-size: 12px;
	color: #666666;
}
P{
	font-family: arial;
	font-size: small;
}
.medium{
	font-size: medium;
}
.mono{
	font-family: monospace;
	font-size: small;
}
.footer{
	font-family: arial;
	font-size: 12px;
}
.title{
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

