/*
   The Scarlet Citadel Talker
   January 2006 Website Design Tests
   style.css
*/

body{
 margin: 0px;
 font-family: sans-serif;
}

tt{
 font-size: 120%;
}

.code{
 padding: 5px;
 font: courier;
 background: whitesmoke;
 border: dotted 1px silver;
 width: 95%
}

