a:link {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: none;
	height: auto;
	width: auto;
	letter-spacing: 1px;
	word-spacing: normal;




}
a:hover {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 1px;

}
a:visited {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.inline:link {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: none;
	height: auto;
	width: auto;
	letter-spacing: 1px;
	word-spacing: normal;
}
a.inline:visited {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: none;
	height: auto;
	width: auto;
	letter-spacing: 1px;
	word-spacing: normal;
}
a.inline:hover {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	background-color: none;
	height: auto;
	width: auto;
	letter-spacing: 1px;
	word-spacing: normal;
}
a.inline:active {
	font-family: Palatino Linotype, geneva, arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: red;
	background-color: none;
	height: auto;
	width: auto;
	letter-spacing: 1px;
	word-spacing: normal;
}