 
/**********************************************/
/* formate.css                                */
/* ===========                                */
/*                                            */
/* Für Homepage von Roxburgh's                */
/*                                            */
/* Erstellt: 5. April 2003/ Mario Saluz       */
/*                                            */
/* Aenderungen:                               */
/* 19. April 2004/ Tag für Stammbäume         */
/*                                            */
/**********************************************/
/* Schriften generell */
h1, h2, h3, h4, h5, h6, p, th, td, li, a, marquee{font-family: Comic Sans MS, Arial, Helvetica;}
/* Stammbaum-Schrift */
.stammbaum {font-size: 4px;}
/* Farben */
body			{
	background-color: #FFFF99;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
/* Links */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
/* Navigations-Tabelle */
table#navitab td {
	background-color:#FF9900;
	color: #663300;
		}
		
table#navitab a:link {
	text-decoration:none;
	color:#663300;
		}
table#navitab a:visited {
	text-decoration:none;
	color:#663300;
		}
table#navitab a:hover {
	text-decoration:none;
	color:#000000;
		}
table#navitab a:active {
	text-decoration:none;
	color:#663300;
		}
/* Hundedaten */
tr#hundinfo td {
	background-color:#FF9900;
	color: #663300;
		}
		
tr#hundinfo a:link {
	text-decoration:none;
	color:#663300;
		}
tr#hundinfo a:visited {
	text-decoration:none;
	color:#663300;
		}
tr#hundinfo a:hover {
	text-decoration:none;
	color:#000000;
		}
tr#hundinfo a:active {
	text-decoration:none;
	color:#663300;
		}