A { color: #00CC00; text-decoration: none;} 
	A:link	{
	color: #333333;
	text-decoration: none;
} 
	A:visited	{
	color: #333333;
	text-decoration: none;
} 
	A:active	{
	color: #333333;
} 
A:hover	{
	color: #CCCCCC;
}
	
	.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.main_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.smallmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.smallmenunonbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.worktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.workdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
.longtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.reverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFF00;
	background-color: #000000;
}
