	a:link {
		color: black;
		text-decoration: none;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a:visited {
		color: black;
		 text-decoration: none;
		 font-family : Arial, Helvetica, sans-serif;
		 font-weight : bold;
	}
	
	a:hover {
	color: black;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
 	}
	
	a:hover.menu {
	color: #98fb98;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
 	}
	
	a:active {
		color: #98fb98; 
		text-decoration: underline;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a:link.normal {
		color: black;
		text-decoration: none;
		font-family : Arial, Helvetica, sans-serif;
		
	}
	
	a:link.infotext {
		color: black;
		text-decoration: underline;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		}
		
	a:visited.normal {
		 color: black;
		 text-decoration: none;
		 font-family : Arial, Helvetica, sans-serif;

	}
	a:hover.normal {
	color: black;
	text-decoration: underline;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	}
	
	a:hover.infotext {
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	}
	
	a:active.normal {
		color: black; 
    	text-decoration: none;
		font-family : Arial, Helvetica, sans-serif;
	}
	a:link.normal {
		color: black;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
	}
	a:visited.links {
		color: black;
		 text-decoration: none;
		 font-family : Arial, Helvetica, sans-serif;
 		 font-size : larger;
		 font-weight : bold;
	}
	a:hover.links {
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : larger;
	font-weight : bold;
	}
	
	a:active.links {
		color: black; 
		text-decoration: underline;
		font-family : Arial, Helvetica, sans-serif;
		font-size : larger;
		font-weight : bold;
		}

.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	text-align : left;
	vertical-align : top;
	text-decoration : none;
	color : black;
}


.maintext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration : none;
	text-align : left;
	color : black;
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	vertical-align : middle;
	text-decoration : none;
	color : black;
}

.center {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration : none;
	text-align : center;
	text-indent : 3px;
	color : black;
}

.infotext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
	
}

.subtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size :smaller;
	text-decoration : none;
	
}

.headertext {
	font-size: large;
	font-family: Arial, Helvetic, sans-serif;
}


.slidetext {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
	color : black;
	font-weight : bold;
	font-size : smaller;
}

.articletext {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	color : black;
	font-size : smaller;
	
}

.headline {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	color : black;
	font-size : large;
}

.special {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : bold;
	text-align : left;
	color : black;
	font-size : smaller;
}

