/************************************* 
Terre Haute Humane Society Style Sheet
www.thhs.org
Created 01/07/2009
by Joe Van Denburg, volunteer

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 <link rel="stylesheet" type="text/css" href="thhs.css" />
*************************************/

body{   background-color: #FFFFFF; 
        margin: 0px;
        color: black; 
        font-size:small; 
        font-family:Verdana, Arial, Helvetica, sans-serif; 
        text-align:left; 
        font-family:Verdana, Arial, Helvetica, sans-serif; 
		} 

h1{ font-size:xx-large;color:black; }
h2{ font-size:x-large; color:black; }
h3{ font-size:large; color:black; } 
h4{ font-size:small; color:black; }

hr{ color:teal;
    text-align:center;
    width:50%;
    height:0.25em; }
	
hr.full{ color:teal;
    text-align:center;
    width:825px;
    height:0.25em; }	

iframe{ border: 0px dotted purple;
    width:850px;
    height:1500px; }
    
iframe.half{ border: 0px dotted purple;
    width:390px;
    height:390px; }
    
img{ border:0; }

img.center { display: block;
            margin-left: auto;
            margin-right: auto; }

.center   { text-align:center;
			margin-left: auto;
            margin-right: auto; 
			background-color:}
			
p{ text-align:left; }

p.indnt{ margin-left:5%;
        margin-right:5%; }
  
table.navtbl{ margin-left:auto;
            margin-right:auto;
            width:850px;
            padding:0px;
            border:0px;
            border-collapse:;
            border-spacing: 0px; }   

table{ border: 0px dashed green; 
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse; }
    
td{ padding:1em;
    border:0px solid green;
    vertical-align:top;
	background-color:}
    
td.navtd{ padding:0px;
	border:0px dashed red; }
	
address {text-align:center;
	font-size:.7em; }