BODY {
background-color: #000000;
background-image: url(back.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
font-size: 13pt;
font-family: Arial;
color: #66ccff;
}

.dog
{
color: #66ccff;
font-size: 13pt;
font-family: Arial;
}

.cat
{
background: #333333;
color: #ffffff;
font-size: 13pt;
font-family: Times;
}

A:link { 
color: #9999cc;
text-decoration: none;
}

A:visited { 
color: #6666cc;
text-decoration: none;
}

A:link:hover, :visited:hover {
color: #ffff66;
text-decoration: underline;
}

H1 { 
text-align: center;
font-size: 30;
font-family: Arial Black;
color: #3300cc;
}
