/* Stylesheet by Dooley.Dk - Tom Kjeldsen */

/* Define the body */

	
/* Define the style for the body */
body
{
margin:0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
/* font-family: arial, helvetica, sans-serif; */
/* font-family: "Times New Roman", serif; */
font-size: 16px; 
/* font-size: 1.0em; */
/* font-size: 60%; */
color: #000000;
background: #7B8CA5 url(swinodes.gif);
}

/* 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 }

/* Define style for links */
a 
{ 
	text-decoration:underline; 
	color:#0000CC;
	background:transparent;
}
a.plain 
{ 
	text-decoration: none 
}
a:hover 
{ 
	color:#900000; 
	background:#ffc000;
}

a span {display: none;}
a:hover span {display: inline;}

