h3 { font-style: italic; color: green }
h3.green { font-style: italic; color: green }
span.html { color:#ff0000 }
.periwinkle { color: #6699ff } 
    span.javascript { color:#00aa00 }
    span.lang { font-size: 18pt; color:#0000aa; }
span#TINY1 { color: #007700; font-size: 8pt; } 

p em { font-size: 120%; }

#big { font-size: 250%; } 

.tiny  { font-size: 70%; } 

p.test:first-letter { font-size: 200%; float: left; font-style: italic;}

.boxed { border: thin solid black; margin-right: 0.5em; }

p { margin-top: 1em; margin-bottom: 1em; }

mp { display: block; text-indent: 2em; line-height: 90%;}
mb { font-weight: 800; }
mem { font-style: italic; }

a.test:hover {
background-color: red;
}

table#joketable {
    background-color:#ccccff;
    width: 100%;
}
table#joketable td.author {
    padding: 5px;
    width: 25%;
}
table#joketable td.ratingbox { 
    padding: 0.4em 0 0 0.4em; 
    width: 25%;
}


#outer, #one ,#two, #three, #four, #five   
   {position: static; border: thin gray solid; }
#outer { background-color: #aaa; padding: 2em; }
#one { background-color: #aaf; }
#two { background-color: #afa; }
#three { background-color: #aff; }
#four { background-color: #faa; }
#five { background-color: #ffa; }

