body
{
	background: #ffffff;
	font-family: helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

h1
{
	font-family: sans-serif;
	font-size: 18px;
	color: #000000;
	position: relative;
	width: 650px;

}

a{
color:#000000;
font-size:12px;

}
a:hover{
color:#000000;
text-decoration:underline;
font-size:12px;

}
div.transbox
{
	width: 325px;
	height: 200px;
	margin: 150px 50px 30px 225px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }