@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FF77AA;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #55AACC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #55AACC;
}
a:hover {
	color: #FF77AA;
	text-decoration: underline overline;
}
a:active {
	color: #FFFFFF;
}
table.main {
	width: 749px;
}
td.content {
	background-image: url(images/bg-table.jpg);
	border-color: #FF77AA;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
}
td.navigation {
	border-left-color: #FF77AA;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #FF77AA;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #FF77AA;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
	td.menu {
	border-color: #FF77AA;
	border-style: dotted;
	border-width: 1px;
}
img.photopink {
	background-image: url(images/photo-border-pink.jpg);
	background-repeat: repeat;
	margin: 10px;
	padding: 10px;
	border-color: #FF99BB;
	border-style: double;
	border-width: 3px;
}
img.photoblue {
	background-image: url(images/photo-border-blue.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px;
	border-color: #55AACC;
	border-style: double;
	border-width: 3px;
}
.copyright {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #55AACC;
}
.catname {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF77AA;
	text-transform: uppercase;
}
.pedigree {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF77AA;
}
.details {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF77AA;
}
