
body {
	background-color: #660000;
       	margin-top: 0;
       	margin-left: 0;
}

A {
   color: blue;
}

A:Hover {
   color: orange;
}

.triplepower,LI,P,TD {
	font-family: Arial;
	font-size: 12px;
	color: #cc0066;
}

.triplepower2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #9900cc;
}

.text {
       	position: absolute; 
	left: 212px; 
	top: 145px; 
	width: 455px; 
	height: 270px; 
	z-index: 1; 
	overflow: auto;
}

