BODY { 
	background: white ;
	color: #000000;
	}

	
/* LAYOUT DESIGN */
	
DIV.box {
    width: 275px;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    background: #e2e2e2;
    color: #000000;
    }
	
    
/* Navigation */
A {text-decoration: none; }

A:link { color:blue; }
A:visited { color:#0000CD; }
A:active, A:hover { color: green; text-decoration: underline; }

P.dognav A:active, P.dognav A:hover {
	background: #e2e2e2;
	color: #000080;
	}
    
	
/* Text displays */
H1, H2 { 
	font-family: Palatino, Times, serif; 
    font-weight: bold;
    }
    
H1 {
	font-size: 22px;
	color: #000080; /* Navy */
	background: none;
	}
    
H2 {
    font-size: 16px;
    text-align: center;
    }

H3 { 
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left; 
    }
		
P, UL, LI { font-size: 12px; font-family: Verdana, arial, helvetica, sans-serif; }
    
P.topnav {
    font-size: 11px;
    line-height: 150%;
    text-transform: uppercase;
    }
	
P.dognav { 
	font-weight: bold;
	margin-bottom: 20px;
	}
	
P.footer {
	border-top: 1px solid;
	padding: 6px; 
	width: 650px;
	margin-top: 30px;
    font-size: 10px;
	line-height: 16px;
	text-align:center;
	}
	
P.next { text-align:right; }

LI { line-height: 20px; }

/* Subhead */
.sub { 
    color: #000099; 
    background: transparent; 
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    }
		
IMG.dogphoto {
    border: 1px solid;
	margin-bottom: 1px;
	}

P.caption {
    margin-top: 1px;
	font-size: 11px;
	}