body {background-image:  url(file:///C|/Users/Kelley/Desktop/style/images/back.jpg); background-repeat:no-repeat;}

a:link {font-family: Arial; color: #ded19b; text-decoration: underline;}
a:visited {font-family: Arial; color: #ded19b; text-decoration: underline;}
a:hover {font-family: Arial; color: #e2debf; text-decoration: none;}
a:active {font-family: Arial; color: #e2debf; text-decoration: none;}





a.dog:link { color: blue; text-decoration: none }
a.dog:active { color: red; text-decoration: none }
a.dog:visited { color: blue; text-decoration: none }
a.dog:hover { color: green; text-decoration: underline }



.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: ded19b;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: e2debf;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: ded19b;
}

