@charset "utf-8";
/* CSS Document */

body
	{
	background-attachment:fixed;
	background-image:url(/images/image1.jpg);
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.header {font-size:16px;}
.name {font-size:14px;
		font-weight:bold;}
.pedigree {font-size:10px;}
.epds {font-size:9px; font-weight:bold;}
.owners {font-size:10px;}
a:link {color:#006600;
		text-decoration:underline;}
a:visited {color:#666666;
			text-decoration:none;}
a:hover {color:#003300;
		text-decoration:underline;}
.footerlinks	{font-size:9px;}

.trait
	{
		color:#F00;
	}
.photoborders
	{
		border-bottom-color:#006600;
		border-top-color:#006600;
		border-left-color:#006600;
		border-right-color:#006600;
	}
