﻿.content {
	font-family: "Arial";
	font-size: 14px;
	color: #464646;
	font-style: inherit;
}
A:link {
	text-decoration: none;
	color: #1d2493;
}
A:visited {
	text-decoration: none;
	color: #1d2493;
}
A:active {
	text-decoration: underline;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #d48a16;
}
/* Custom hypelinks menu */
A.menu:link {
	text-decoration: inherit;
	color: whitesmoke;
	font-family: arial;
	font-size: 12px;
}
A.menu:visited {
	text-decoration : none;
	color: whitesmoke;
	font-family: arial;
	font-size: 12px;
}
A.menu:hover {
	text-decoration: underline;
	color: #d48a16;
	font-family: arial;
	font-size: 12px;
}
A.menu:active {
	text-decoration: none;
	color: #FF9900;
	font-family: arial;
	font-size: 12px;
}
/* Custom hypelinks nixparts */
A.nixpart:link {
	color: #4a4b80;
}
A.nixpart:visited {
	color: #464646;
}
A.nixpart:hover {
	color: red;
}
A.nixpart:active {
	color: #FF9900;
}
/* Begin styles for main pages */
