a {
	text-decoration: none;
	color: #333333;
}

a:active {
	color: #000000;
}

a:visited {
	color: #333333;
}

a:hover { 
    color: #ff0000; 
	background: #ffff00;
}

h1 {
	font-family: Ms Sans Serif;
	color: #333333;
	margin-bottom: 0%;
	text-align: left;
    font-size: 14px;
    font-weight: normal;
}

h2 {
    font-family: Ms Sans Serif;
	color: #333333;
	text-align: left;
    margin-bottom: 0%;
    font-size: 12px;
	font-weight: normal;
}

h3 {
    font-family: Ms Sans Serif;
	color: #333333;
	text-align: center;
    margin-bottom: 0%;
    font-size: 12px;
	font-weight: normal;
}

h4 {
    font-family: Ms Sans Serif;
	color: #333333;
	text-align: center;
    margin-bottom: 0%;
    font-size: 15px;
}








