/* notes:
can have more specific stuff like:
p b {stuff} will only affect things inside both a p and a b, this is very handy!
*/

body { font-family: "arial", sans-serif; font-size: small; color: #000000 }
h1 { font-family: "arial black", sans-serif; font-size: x-large; font-style: italic; color: #ffffff; font-weight: normal }
h2 { font-family: "arial black", sans-serif; font-size: small; font-style: italic; color: #ffffff; font-weight: normal }
a { color: #000000; font-style: italic; font-weight: bold }
a:hover { color: #ffff00 }

img { border-width: 0 }

.polaroid { border: medium solid #ffffff; background-color: #ffffff; font-family: "arial black", sans-serif; font-style: italic; color: #ffffff; font-weight: normal }
.legal { font-family: "arial", sans-serif; font-size: xx-small; font-style: italic; font-weight: bold; color: #000000 }

