/* These are examples - edit for your needs */

ul.square {
  list-style-type: square;
}

img.polaroid { border:1px solid black; background-color:white; padding:10px; padding-bottom:30px; }

tr.grey {
background-color: #e6e7e6;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

tr.white {
background-color: #FFF;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

tr.green {
background-color: #e7f2e9;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
