body  
{ 
color: white; 
font-size: 10pt; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
background-color: black; 
background-image: url("images/iframe-bg.gif"); 
background-repeat: no-repeat; 
background-attachment: fixed 
}

p    
{ 
color: white; 
font-size: 10pt; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif 
}

td   
{ 
color: white; 
font-size: 10pt; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif 
}

h1  
  { color: white; font-size: 12pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold }

h2
  { color: silver; font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: normal }

a
 { color: skyblue; text-decoration: underline }


img
 { margin: 2pt; border: solid 1pt #66ccff }


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 400;
	height: 280;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 1px;
}


.fixedwidth  { color: white; padding: 1px; position: relative; width: 350px; height: auto }
