/* StyleSheet-Datei für URL (z.B. mm-unterwegs.de)
Erstellt von Brigitte Maier-Mast
Angaben zu Farben: 
Hintergrund-Body: #FFFFCC;
Hintergrund-Inhalt, Navi und Fuss:#5e6061
Schriftfarbe : #909395
*/

body {	color:#0000FF;
	font:"Comic Sans MS";
	

}

a:link { font-weight:bold; color:#FF0000; text-decoration:none; }
a:visited { font-weight:bold; color:#336666; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:lime; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

h1:focus { background-color:red; }
h1:hover { background-color:silver; }
h1:active { background-color:green; }

/* Hintergrund in Hellgelb und ein Randabstand von 20px */

href
{
	color:#0000FF;
	background: #FFFF66;
	font-family: "Comic Sans MS";

}

h1, h2, h3, h4, h5, h6, p 
{
color:#FF0000;
}

.menu {
	font-family: "Comic Sans MS";
	font-size: 8px;
	font-style: normal;
	color: #FF3366;
	border: thin solid #FF0000;
	background: #FFFF99;
	text-align: center;
	height: 8px;
	width: 190px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

