body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:90%;
}

h1 { font-size:130%; }
h2 { font-size:120%; }


.JMG_Heading {
	color: #FE0000;
	font-weight: bold;
	font-size: xx-large;
}

A:link {
	color:blue;
	text-decoration: underline;
}
A:visited {
	color:blue;
}
A:hover {
	color:red;
	text-decoration: none;
}

A.toplinks:link {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.toplinks:visited {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.toplinks:hover {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.pic { 
	border: 1px solid #000;
	margin:5px;
}
.footer_text {
	font-size: 80%;
	padding: 10px;


}
A.footer_email_link:link {
	color: blue;
	text-decoration: none;
}
A.footer_email_link:visited {
	color: blue;
	text-decoration: none;
}
A.footer_email_link:hover {
	color: red;
	text-decoration: underline;
}

