@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

body {
	background-color: #CCCCCC;
}
.style4 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link              {
	color: #003399;
}
a:visited           {color: purple; background: white}
a:active            {color: red;    background: white}

a.secondary:link     {color: yellow; background: black}
a.secondary:visited  {color: white;  background: black}
a.secondary:active   {color: orange;    background: black}
