.dankygreen { 
	color:              #1F6D19; 
	background-color:   transparent;
}

.dankypurp { 
	color:              rgb(122,86,122); 
	background-color:   transparent;
}
	  
.news { 
	/* color: #007a99; */
    color:              #005f77;
	background-color:   transparent;
    font-size:          smaller; 
    margin-left:        +5ex;
}

.textmenu {
	text-align:         center;
	font-size:          larger;
}

A.newslink:visited { 
	color:              #2a4654;
	background-color:   transparent;
}
A.newslink:active { 
	color:              #000000;
	background-color:   transparent;
}
A.newslink:link { 
	color:              #3e687c;
	background-color:   transparent;
}

A:visited { 
	color:              rgb(94,66,94) ;
	background-color:   transparent;
}
A:active { 
	color:              rgb(235,252,202); 
	background-color:   transparent;
}
A:link { 
	color:              rgb(150,106,150); 
	background-color:   transparent;
}

H1, H2 { 
    text-align:         center; 
}

BODY { 
	background-color:   #bcada7;
	color:              #000000;
}
