
/* My style sheet for Mandy's Pages, October 27, 2003 */
BODY{ margin: 20px;
      padding: 0;
      background-attachment:fixed;
      font-family: 'MS Trebuchet', 'MS Verdana', 'Helvetica Cyrillic', sans-serif;
      color:#800000;
      font-size:1em;
      text-decoration:none;
      background-color:#f7d3d5; 
      background-image:URL(mandycornsilkgif1.jpg);
}
h5 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: .8em;
  color: maroon;

}

 hr{ width:70%;
     color: #800000;
 }

h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  color: maroon;
}
h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.1em;
}
p {
  font-family: verdana, arial, helvetica, sans-serif; 
  line-height: 1.1em;
  margin: 0 0 16px 0;
  padding: 0;
}

 a {
  
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 100%;
}  
a:link {  color: maroon;    		
 
}
a:visited {
  color: teal;
  
}
a:hover {
  background-color: red;
  
}
#pix{font-size:1em; color:maroon;
}
.signature{ font-family: 'MS Trebuchet', 'MS Verdana', 'Helvetica Cyrillic', sans-serif;
            font-size: 60%;
	        font-weight: bold;
}

ul{ list-style-image: url(dog1.gif);
    
}
li{text-align:center;}
 .guest{color:#556b2f}


#bullet1 { color:#008000;
           list-style-image: url(dog2.gif); 
                                             
}            

#bullet2 { color:#008b8b; 
           list-style-image: url(dog3.gif); 
            
}            

#bullet3 { color:#ff1493; 
           list-style-image: url(dog4.gif); 
           
}

#bullet4 { color:#ff1493; 
           list-style-image: url(dog5.gif); 

} 

#bullet5 { color:#ff1493; 
           list-style-image: url(dog6.gif); 
}

#bullet6 { color:#ff1493; 
           list-style-image: url(dog7.gif); 

}

#head {	text-align: center;
                 background-color: #f7d3d5;
                 border: #800000 thick solid;
                 margin: 0 240px 20px 210px;
                 padding:0px;
}

#footer {clear: both; 
               border: maroon thick solid; 
               padding: 1px; 
               margin-top: 20px; 
               margin: 0 240px 20px 210px; 
               background-color: #f7d3d5;
}


/* All the content boxes belong to the content class. */	     
.content {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 240px 20px 210px;	  
  border: 3px solid maroon; 
  padding: 30px;
  z-index: 1;
 background-color: #f7d3d5; 
}
 

#navleft {
  position: absolute;
  width: 118px;
  top: 250px;
  left: 20px;
  font-size: 82%;
  border: thick solid maroon;
  padding: 2px;
  z-index: 1;
  background-color:#f7d3d5; 
}


