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