﻿/* Link styles using the class tag
How to use this to change link colors on a page:
<a class="white" href="index.htm"> </a> */

a img {
	border: none;
} /* remove image border */

a.black:link  {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13pt;
	text-align: justify;
	text-indent: 50px;
	text-decoration: none;
}
a.black:visited  {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	text-align: justify;
	text-indent: 50px;
	text-decoration: none;
}
a.black:active  {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	text-align: justify;
	text-indent: 50px;
	text-decoration: none;
}
a.black:hover  {
	color: #FF8C00;
	text-decoration: underline overline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	text-align: justify;
	text-indent: 50px;

}

a.blue:link  {
	color : #000080;
	font-family: serif, sans-serif, "Times New Roman";
	font-size: 12pt;
}
a.blue:visited  {
	color : #000080;
	font-family: serif, sans-serif, "Times New Roman";
	font-size: 12pt;
}
a.blue:active  {
	color : #000080;
	font-family: serif, sans-serif, "Times New Roman";
	font-size: 12pt;
}
a.blue:hover  {
	color : #000080;
	font-family: serif, sans-serif, "Times New Roman";
	font-size: 12pt;
	text-decoration: underline overline;
	font-weight: bold;
}

a.white:link {
	color: #FFFFFF;
	font-family: serif, sans-serif, "Times New Roman";
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}

a.white:visited {
	color: #D4E7B2;
	font-family: serif, sans-serif, "Times New Roman";
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}

a.white:hover {
	color: #FF8C00;
	font-family: serif, sans-serif, "Times New Roman";
	font-weight: normal;
	font-size: 12pt;
}

a.white:active {
	color: #FFFFFF;
	font-family: serif, sans-serif, "Times New Roman";
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}
/* End of link styles */

