﻿body {
  	background-color:#000000;
  	background-position:50% 0%;
  	background-attachment:fixed;
  	background-repeat:no-repeat;
  	padding:0px;
  	margin:24px;
  	margin-top:24x;
  	text-align: left
}
	
a:link 		{color:#ffffff; text-decoration:none}
a:visited 	{color:#ffffff; text-decoration:none}
a:active 	{color:#ffffff; text-decoration:none}
a:hover 	{color:#ffffff; text-decoration:underline}

.content {
	background-color: #202020;
	filter:alpha(opacity=60);
   	-moz-opacity: 0.6;
   	opacity: 0.6; 
	border: 1px solid #0f0f0f;
	text-align:left;
	padding:6px;
}

.text {
	font-size:x-small;
	font-family:Verdana;
	color:#ffffff;

}

.background_table {
	background-image:url('../images/heavycurrent_transparent.gif'); 
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:862px;
	border:0px;
}

