/* print.css */

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #FFFFFF; background-color: #000000;}

body,td,div,p,pre,ul,a {font-size: 12px;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

.huge  {font-size: 16px;}
.large {font-size: 14px;}
.small {font-size: 11px;}
.mini  {font-size: 10px;}
.tiny  {font-size: 8px;}

a         {text-decoration: none;}
a:link    {color: #CC0000;}
a:visited {color: #990000;}
a:active  {color: #CC0000;}
a:hover   {color: #CC0000; text-decoration: underline;}

img {border: none;}

.screenonly {display: none;}
