/* Stylesheet - Tom Kjeldsen - The Swindlers */

/* Define the style for the body */
body
{
	font-family: verdana, arial, helvetica, sans-serif;
  background-color: #000000;
	color: #99CCCC;
/*
  font-size: 12pt;
	font: normal 1em/1.2em verdana, arial, helvetica, sans-serif;
*/
}

/* Define style for basic measurement */
.pica {  font-size: 1pc }
.pixels {  font-size: 12px }
.inch {  font-size: 0.25in }
.cm {  font-size: 0.5cm }
.pt {  font-size: 12pt }
.mm {  font-size: 5mm }
.ems {  font-size: 1em }
.exs {  font-size: 2ex }
.percent {  font-size: 100% }
.xxsmall {  font-size: xx-small }
.xsmall {  font-size: x-small }
.small {  font-size: small }
.medium {  font-size: medium }
.large {  font-size: large }
.xlarge {  font-size: x-large }
.xxlarge {  font-size: xx-large }


