body { 
	font-family: Arial;
	color: #494949;
} 

H1 {
	font-family: Arial;
	color: black;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0;
}

H2 {
	font-family: Arial;
	color: #494949;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0;
}

.Content {
	font-family: Arial;
	color: #494949;
	font-size: 12px;
}

A:link {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

A:visited {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

A:active {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

A:hover {
	color: #993399;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

HR {
 	color: black;
	height: 1px;
}

.Menu_Link {
	font-family: Arial;
	font-size: 11px;
}

a.Menu_Link:link {
	font-family: Arial;
	font-size: 11px;
}

a.Menu_Link:visited {
	font-family: Arial;
	font-size: 11px;
}

.Menu_Link:hover {
	font-family: Arial;
	font-size: 11px;
}