body {
	min-width: 700px;
	margin-left: 1em 1em 1em 1em;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	line-height: 1.25em;
	color: #FFFFFF;      /* white */
	background-color: #505050;    /* dark gray  */
}

a:link  {
	color: #9966CC;     /* purple */
	text-decoration: none;
}
a:visited  {
	color: #FFCC33;      /* orange  */
	text-decoration: none;
}
a:hover  {
	color: #33FF00;      /*  lime */
	text-decoration: none;
}
a:active  {
	color: #FFFF00;     /*  bright yellow*/
	text-decoration: none;
}


img {
		border: 2px solid #33FF00;      /*  lime */
}


#pogo {
	width: 170px;
	background-color: #505050;    /* dark gray  */
	float: left;
}

a:link img#logo {
	border: none;
}
a:visited img#logo {
	border: none;
}
a:hover img#logo {
	border: none;
}
a:active img#logo {
	border: none;
}

	
#pagehead  {
	padding-top: 30px;
	color: #33FF00;    /* lime  */
	font-size: x-large;
 	font-weight: 800;  
}
#headrule  {
	text-decoration: underline;
	color: #888888;   /*  medium gray  */;
}
#banner {
	font-size: small;
 	font-weight: 400;  
	letter-spacing: 0.25em;
	color: #FFFFFF;
}
#bannersub {
	display:inline-block;
	font-size: x-small;
	font-style: italic;
	letter-spacing: 0;
	color: #9966CC;     /* purple */
}
.clear  {
	line-height: .05em;
	clear: left;
}

/*  for home & catshome pages  */


#body {
	padding-left: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	color: #FFCC33;    /* orange */
	background-color: #000000;    /* black  */
	font-size: large;
 	font-weight: 600;  
	letter-spacing: 0.25em;
}

h2#body a:link {
	text-decoration: none;
}
h2#body a:visited {
	text-decoration: none;
}
h2#body a:hover {
	text-decoration: none;
}
h2#body a:active {
	text-decoration: none;
}



.dog {
	width: 500px;
	height: 375px;	
	float: left;
	margin-top: .5em;
	margin-right: 35px;
	margin-bottom: .5em;
	background-color: #505050;    /* dark gray  */
}

.doghigh {
	width: 375px;
	height: 500px;	
	float: left;
	margin-top: .5em;
	margin-right: 35px;
	margin-bottom: .5em;
	background-color: #505050;    /* dark gray  */
}

.dogged {
	margin-top: 1em;
	margin-right: 25px;
	margin-bottom: 0em;
	background-color: #505050;    /* dark gray  */
}

.main {
	font-size: small;
	font-weight: 400;
}

h1 {
 	font-size: x-large;
 	font-weight: 600;  
}
h2 {
 	font-size: large;
 	font-weight: 600;  
	letter-spacing: 0.3em;

}
h3 {
	font-size: large;
	font-weight: 600;
	color: #9966CC;    /* purple */
}

p {
	font-size: small;
	font-weight: 400;
}



.footer {
  	display: block;
	width: 100%;
	clear: left;
	padding-left: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	color: #33FF00;    /* lime */
	background-color: #000000;    /* black  */
	font-size: x-small;
 	font-weight: 400;  
	letter-spacing: 0em;
}
