
/* My style sheet */

body
  { font-family: "Times New Roman", serif;
    color:black;
    background-color: #6B9EF7;
  }
/* Try 9FD7F6 for the color instead */

h1 {color: blue;
    font-family: "Times New Roman", serif ;
    text-decoration:underline;
    text-align:center;
  }

table
  { font-family: "Times New Roman", serif;
    color:black;
    background-color: #6B9EF7;
  }

.test

  {color:red;
   background-color:white;
  }

em
  {font-size: 1.5em;
   text-decoration: none;

  } 

.doginfo
  {font-size: 1.5em;
   font-weight: 700;

  }
.sale
  {font-size: 2.3em;
   font-weight: 700;
   color: #FFFF33;
}
  

.navbar a:link {color: white;}
.navbar a:visited {color: #6B9EF7;} 

.navbar a:link, a:visited
   { font:bold 13pt "Arial", serif;
     padding: 1em; margin 1em;
     display: block; text-decoration: none;
     background: url("styleimages/down.jpg") transparent 50% 50% no-repeat ;
     color:#6B9EF7;
   }

.navbar a:hover, .nav a:focus
   { background-image: url("styleimages/hover.jpg");
     color:white;
   }

.navbar a:visited:hover, .nav a:visited:focus
   { background-image: url("styleimages/hover.jpg");
     color:white;
   }  

.navbar a:mousedown
  { background-image: url("styleimages/down.jpg");
     color:black;
   }
textarea{
/* border: 2px solid brown; */
width: 250px;
height: 250px;
background: #6B9EF7 ;
}
