/* Live in Style */
body  { font-family: lucidagrande, verdana, sans-serif; font-size: smaller; margin: 0%;
        background-color: #FFFF99; color: black }
table { font-size: 100% }

/* Links */
a         { color: blue; font-weight: bold; text-decoration: underline }
a:hover   { color: navy }
a:active  { color: blue }
a:visited { color: green }
img       { border-style: none }

/* Forms */
input, textarea, select { border: 1px solid dimgray; font-family: sans-serif }
input.noborder          { border: none }     /* use for radio buttons */
input.clickable         { cursor: pointer }  /* use for submit buttons */

/* Document */
.title    { font-weight: bold; font-size: 180%; color: darkblue; font-family: techno, comic sans ms, cursive }
.subtitle { font-weight: bold; font-size: 120%; color: darkgray; font-family: sans-serif }
.header   { font-weight: bold; font-size: larger }
.code     { font-weight: bold; font-size: larger; font-family: monospace }
.blocktxt { font-weight: bold; color: white; background-color: dimgray }
.footer   { font-size: smaller; color: dimgray }
.warning  { font-style: italic; color: firebrick }
.casual   { font-family: techno, comic sans ms, cursive }
.noborder { border: none }
.padding  { margin: 20px }

