a {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}

a:active {
	color: #FFFF00;
}

a:visited {
	color: #FFFFFF;
}

a:hover { 
    color: #FFFF00; 
	background: #333333;
}

h1 {
	font-family: Verdana;
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-family: Verdana;
	text-align: center;
    margin-bottom: 0%;
    font-size: 12px;
}

h3 {
    font-family: Verdana, Arial;
	margin-bottom: 0%;
	text-align: center;
    font-size: 11px;
    font-weight: normal;
}

h4 {
    font-family: Verdana;
	margin-bottom: 0%;
    color: #FFFFFF;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-family: Verdana;
	margin-bottom: 0%;
    color: #FFFFFF;
	text-align: left;
    font-size: 10px;
    font-weight: normal;
}

h5 {
	font-family: Verdana;
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: left;
    font-size: 12px;
    font-weight: normal;
}

p {
	font-family: Verdana;
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: left;
    font-size: 11px;
    font-weight: normal;
}



