/* CSS Document */
body {
	background-color:#9999ff; 
	color:#000000; 
	font-size:20px;
	padding:0px;
	margin:0px; 
	}
#cc {
	background-color:#FFFFFF;
	color:#000000;
	position:relative;
	font-size:24px;
	text-align:center;
	width: 90%;
	margin-left:4%;
	border-color:#0000FF; 
	border-style:outset;
	border-width:2px;
	padding:5px;
}
#dd {
	background-color:#FFFFFF;
	color:#000000;
	position:relative;
	font-size:18px;
	text-align:center;
	width: 90%;
	margin-left:4%;
	border-color:#000000; 
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin-top:2px;
}
.pp {text-align:center;}
table {width:100%; }
