h1 {
    font-family: Arial, Helvetica, _sans;
    font-size: 14px;
    font-weight: bold;
	 color: #B1C4B5;	 
}
h2 {
    font-family: Arial, Helvetica, _sans;
    font-size: 14px;
    font-weight: bold;
	 color: #99FF00;	 
}
h3 {
    font-family: Arial, Helvetica, _sans;
    font-size: 14px;
    font-weight: bold;
	 color: #FF9900;	 
}
h4 {
    font-family: Arial, Helvetica, _sans;
    font-size: 14px;
    font-weight: bold;
	 color: #FF3300;	 
}
h5 {
    font-family: Arial, Helvetica, _sans;
    font-size: 14px;
    font-weight: bold;
	 color: #6ABDD5;
}

.info{
	font-family: Arial, Helvetica, _sans;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

a:link{ color: #FFD700; text-decoration: underline;}
a:visited{ color: #6ABDD5; text-decoration: underline;}
a:hover{ color: #FF3300; text-decoration: none;}

.darktur {
    color: #00CED1;
}