body{
	background:#333;
	text-align:center;
}
h3 {
	display:block;
	width:598;
	color:#ccc;
	font-size:large;
	font-weight:bold;
	font-family:"Verdana","Arrial","Helvetica";
	line-height:200%;
	border:1px solid #ccc;

}
p{
	color:#ccc;
	font-size:small;
	text-align:left;
	font-family:"Verdana","Arrial","Helvetica";
}
applet{
	margin-top:10px;
}

a{
	text-decoration:none;
}

a:link{
	color:#ccffff;
}
a:hover{
	color:#00ff00;
}
a:visited {
	color:#999;
}

a:visited:hover{
	color:00ff00;
}

#layout {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
.left {
	float:left;
}
.right{
	float:right;
}
.center {
	text-align:center;
}
.back{
	padding-left:16px;
	background:url(../../images/arrow.gif) no-repeat 0px 4px;
}

