a:link {
	font-size: 12pt;
	color: silver;
	text-decoration : none;
}
a:visited {font-size: 12pt; color: silver;	text-decoration : none;}
a:hover {font-size: 12pt; color: white;	text-decoration : none;}

a.extlink:link {font-size: 12pt; color: #909090;}
a.extlink:visited {font-size: 12pt; color: #909090;}
a.extlink:hover {font-size: 12pt; color: #E29CE4;}

a.navlink:link {
	font-size: 12pt;
	color: gray;
	font-weight: bold;
}
a.navlink:visited {font-size: 12pt; color: silver; font-weight: bold;}
a.navlink:hover {font-size: 12pt; color: white; font-weight: bold;}

body {
	background-color: Black;
	color: silver;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
}
.head_bold {
	font-family: Helvetica, sans-serif;
	font-style: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
}
.alt_font {
	font-family: sans-serif;
	font-style: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
}