
/* Body Style */
body {background-color:#000000; color:#999999;} 

/* Link Highlights */
a:link {color:#3366FF;}
a:visited {color:#3333CC;}
a:hover {text-decoration:underline;}

/* Standard Paragraph */
p
{
font: 18px papyrus;
}

/* Horse Name */
p.name
{
font: bold 20px papyrus;
max-height: 0px;
margin-bottom:3%;
}

/* Section Header / Bolded Name */
p.header
{
font: bold 24px papyrus;
max-height: 0px;
margin-bottom:3%;
}

/* Page Title */
p.title
{
font: 48px papyrus;
}

/* Attribution */
p.attrib
{
font: 11px papyrus;
}

/* Copyright Notice */
p.copy
{
font: "century gothic";
max-height: 0px;
}
p.copyfineprint
{
font: 11px "century gothic";
}

