body {
	font-family : verdana, sans-serif;
	font-size: 12px;
	color: white;
	background: black;
	scrollbar-3dlight-color : #cccccc;
	scrollbar-arrow-color : #f7b639;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : black;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : #cccccc;
	scrollbar-track-color : #8B8B8B;
}

A {
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	font-weight:bold;
	color: #f7b639;
	padding: '1' '1' '1' '1';
}

A:hover {
	text-decoration:underline;
}

em {
	color: white;
}

A.menu {
	font-family: Arial;
	color: white;
	font: 11;
	font-variant: small-caps;
}

a.menu:hover {
	color: #000000;
	text-decoration : none;
}

.title {
	font-size: 15px;
	color: white;
	font-weight: bold;
}

.page {
	font-size: 10px;
}

.pedigree {
	font-size: 11px;
}

ul {
	color: black;
}

strong {
 color: white;
 }

.health {
	font-size: 11px;
	font-style:italic;
}

.working {
	font-size:13px;
}

.border {
	border : 1px solid #666666;
}
 
p {
	font-size: 12px;
}

p.pics {
	color : #ffffff;
	padding-top : 2px;
	margin-top : 2px;
	font-size: 11px;
}

.question {
	color : #ffffff;
	font-weight : bold;
	padding-bottom : 2px;
	margin-bottom : 2px;
	font-size: 12px;
}

.answer {
	color : #ffffff;
	padding-top : 2px;
	margin-top : 2px;
	font-size: 12px;
}

span.menu {
	letter-spacing: 4px;
}

.parents {
	font-size: xx-small;	
}

/* default setup that everything sees */
.shadow {    
    /* needed for Internet explorer */
    height: 1em;
    filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);
    
    /* Needed for Gecko */
    line-height: 2em;
    white-space: nowrap;
    text-shadow: #666666 5px 5px 5px;
    font-weight: bold
}
