/* cascading style sheet for cafe-krog.de version 1 by madzga */

a:link{
	color : #009900;
	text-decoration : underline;
}

a:visited{
	color : #333333;
	text-decoration : underline;
}

a:hover{
	color : #009900;
	text-decoration : underline overline;
}

a:active{
	color : #009900;
	text-decoration : none;
}

body {
	font-family: verdana;
	font-size: 14pt;
	color: #003300;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFCC;
	font-weight: bold;

}

