h1, h2 {
	color: #00F;
	position:relative;
	top:4px;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
.pageBg {
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	text-align: left;
	}
img.images {
	/* This centers the image */
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* This adds the border */
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	}
img.images2 {
	/* This adds the border */
	margin-right: 6px;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	text-align: center;
	}
img.kitty {
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 3px 4px 4px 3px;
	background-color:white;
	}
img.email_image, p.welcome, h2.contact {
	position:relative;
	top:4px
	}
	/* style tag for "last updated" */
#last-updated {
	position:absolute;
	width:210px;
	height:17px;
	top: 5px;
	text-align: left;
	font-size: 12px;
	color: #000;
}
#type {
	font-weight:bold;
	font-size:17px;
}
#available {
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	background-color:green;
}
#sold {
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	background-color:#F00;
}
#reserved {
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	background-color:#C60;
}
#on-hold {
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	background-color:#990;
}
#catName {
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	background-color:#990;
}
p.line {line-height: 105%}

	/* the "Kym Stanbrook" contact link on the home page */
	a.contactKym:link {font-size: 17px; color: blue; font-weight: bold; text-decoration: none;}
	a.contactKym:visited {font-size: 17px; color: blue; font-weight: bold; text-decoration: none;}
	a.contactKym:hover {font-size: 17px; color: red; font-weight: bold; text-decoration: none;}
	a.contactKym:active {font-size: 17px; color: yellow; font-weight: bold; text-decoration: none;}
	
	/* the footer text navigation menu on all pages */
	a.text_menu:link {font-size: 12px; color: white; font-weight: bold; text-decoration: none;}
	a.text_menu:visited {font-size: 12px; color: white; font-weight: bold; text-decoration: none;}
	a.text_menu:hover {text-decoration: overline; background-color: red;}
	a.text_menu:active {color: yellow; }
	
	/* ALL LINKS WITH class="links" */
	a.links:link {color: blue; text-decoration: none;}
	a.links:visited {color: blue; text-decoration: none;}
	a.links:hover {color: blue; text-decoration: underline;}
	a.links:active {color: red; text-decoration: none;}
