body {
	margin: 0;
	padding: 0;
	background: #224d41;
	font-family: 'lucida sans unicode', arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
}

body#intro {
	background: #224e41 url('./graf/intro.jpg') no-repeat center center;
	color: #B1B1B1;
}

body#intro a {
	color: #EFEFEF;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
}

body#intro a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 5px white;
}

#content_box {
	color: black;
	vertical-align: top; 
	padding: 5px; 
	padding-top: 20px;
	padding-bottom: 20px; 
	text-align: justify;
	letter-spacing: 1px;
}

.hr_line {
	height: 2px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagetitle {
	color: #1c4b00;
	font: 40px serif; 
	letter-spacing: normal;
}

.horsename {
	color: #1c4b00;
	font: 26px serif; 
	letter-spacing: normal;
}

.buttons {
	color: #1c4b00;
	font: 22px serif; 
	letter-spacing: normal;
}

.cufontitles {
	color: #1c4b00;
	font: 22px serif; 
	letter-spacing: normal;
}

#pedigree td {
	border: 1px solid white; 
	border-radius: 8px;
	letter-spacing: normal;
}

.title, .title16, .title14, .title20{
	color: #1c4b00;
	font-family: georgia, 'times new roman', serif;
	font-size: 32px;
	letter-spacing: normal;
}

.title16 {
	font-size: 16px;
}

.title14 {
	font-size: 14px;
}

a { 
	color: #1c4b00;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#content_box a { 
	font-weight: bold;
}

td.ft a { 
	font-size: 12px;
	color: #EFEFEF;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
}

td.ft a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 5px white;
}