/*Alaska*/

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: purple;
	background-color: transparent;
}

a:link {
   font-weight : bold; 
   text-decoration : none; 
   color: Blue;
   background-color: transparent; 
}

a:hover {
   color : Blue;
   background-color : yellow;  
   text-decoration : underline; 
}

a:active {
   font-weight : bold; 
   text-decoration : none; 
   color: Green;
   background-color: transparent; 
}

h1
{
	font-family: San-Serif, Serif, Arial, verdana, Serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	text-align: center;
	/* Be kind to Netscape 4 */
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}


h2
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	/* Be kind to Netscape 4 */
	text-align: center;
	font-size: 20px;

}

h3
{  
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	/* Be kind to Netscape 4 */
	text-align: center;
	font-size: 16 px; 
}
hr
{
	border: 3px double #00F;
}


.blue
 {
	font-family: Helvetica, Serif, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
	
}


P.copyright
{
	font-style: italic;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	font-size: 12px;
}

P.red
{
color: Red;
}

ul {
	list-style: none; 
	margin: 5px 0 0 0; 
	padding: 0;
	margin  
}

ul li {
	list-style-type: url: (GoldEK.png);
 	no-repeat: 5 px 5 px; 
	padding-left: 15 px; 
	margin-bottom: 5 px 
	
}

b {
   font-weight : bold; 
}

strong {
   font-weight : bold; 
}


img {
   border: 3;
}

div {
   margin: 0px 0px 0px 0%; 
   padding: 10px; 
   border: 0px dotted #036; 
   min-width: 28px;
}


