/* CSS Document */
<style type="text/css">


.style1 {color: #FFFFFF}

body {
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

.box {
	border: thin dashed #F2F2F2;
	height: 100;
	width: 100;
	padding: 5px;
}

</style>