/* ntcprint.css - all rights reserved - www.networktheatre.org */



/* Colour schemes
dark:  #b00000 for buttons, visited links
mid:   #ff0000 for links
light: #ff3300 for hover on buttons and links
*/

body { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; color: rgb(0, 0, 0); background: rgb(100%, 100%, 100%); }
pre { font-family: monospace; }
h1,h2, h3, h4, h5 { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; }

div.border { border: solid; border-width: thin; width: 100% }
div.fill { background: #ff3300; padding: 0.5em; border: none; }

a.plain { text-decoration: none }

a:link    { color: #ff0000 }
a:visited { color: #b00000 }
a:active  { color: #ff3300 }
a:hover   { color: #ff3300 }

hr { color: #ff0000; }

#ntclogo  { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 200%; font-weight: bold; color: rgb(192, 0, 0) }
#ntclogo a  { text-decoration: none; color: rgb(0, 0, 0)  }
#ntclogo a:visited  { text-decoration: none; color: rgb(0, 0, 0) }
#ntclogo a:hover { text-decoration: none }

#ntcstrap  { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 150%; font-weight: bold; color: rgb(192, 0, 0) }
#ntcstrap a          { text-decoration: none  }
#ntcstrap a:visited  { text-decoration: none }
#ntcstrap a:hover    { text-decoration: none }

#ntctrail { display: none; }

#ntcfooter { margin-top: 1em; padding-top: 1em; border-top: thin dotted; 
             font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size:75%; color: #ff0000 }

#ntcfootad { display: none; }

#ntcmark { display: none; }

#ntcbuttons { display: none; }

