a:visited {
	color: steelblue;
}

a:hover {
	color: red;
}

H1 {
	padding: 12pt;
	/*background-color: brown;*/
	/*color: aquamarine;*/
	font-size: 16pt;
	font-weight: normal;
}

H2 {
	color: forestgreen;
	font-size: 12pt;
	font-weight: bold;
}

H3 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

H4 {
	color: crimson;
	font-size: 10pt;
	font-weight: bold;
}

LI {
	padding-top: 6pt;
}

body, td  {
	font-family: verdana;
	font-size: 10pt;
}

.mailer {
	background-color: #f0f0f0; 
	padding: 10pt;
}

.ongoingnote {
	color: brown; 
	font-size: smaller;
}


/*** REFERENDUM ***/
H4 {
        color: crimson;
	font-size: 10pt;
	font-weight: bold;
}


.bann {
	
        background-color: lime;
	color: black;
	font-size: 10pt;
	font-weight: bold;
        padding: 10pt;
        text-align: center;
}
.tom {
        background-color: white;
	color: black;
	font-size: 15pt;
        padding: 8px;
	font-weight: normal;
}
/*** REFERENDUM ***/
