/* Stylesheet fuer Homepage von Kitty und Joerg */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}
h1#Titel { 
	font-size:24px;
	font-weight:bold;
}
h2#Subtitel {
	font-size:18px;
	font-weight:bold;
}
h3#Subtitel2 {
	font-size:16px;
	font-weight:bold;
}
a:link {
	color:#660099;
	text-decoration:none;
	font-weight: bold;
	font-size : 100%;
}
a:visited {
	color:#990099;
	text-decoration:none;
	font-weight: bold;
	font-size : 100%;
}
a:hover {
	color:#660099;
	text-decoration:underline;
	font-weight:bold;
	font-size : 100%;
}
a:active {
	color:#660099;
	text-decoration:none;
	font-weight: bold;
	font-size : 100%;
}
a:focus {
	color:#660099;
	text-decoration: none;
	font-weight:bold;
	font-size : 100%;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}
