info343/minilabs/1/solution/wookie.css

/* wookie.css
   Stylesheet for wookie.html
   Mini-Lab 1
   INFO 343, Autumn 2012
   Morgan Doocy
*/

#wookie {
   height: 200px;
}

.rating {
   font-style: bold;
}

p {
   background-color: green;
   border: dotted blue 5px;
   margin: 2em;
   padding: 4em;
   width: 300px;
}

#foo {
   background-color: yellow;
   border-color: orange;
   border-style: dashed;
}