/* CSS Document */body{     margin: 0px;    padding: 0px;    background-color: #CCE6FF;	font: normal medium Palatino Linotype, Book Antiqua, Palatino, serif;}h1{	background-color: #223;    color: #FFFFFF;    font-size: 19px;    	padding: 15px;	margin:0px;}#menubox{    font-size:25px;    font-weight: bold;    color: #5B6B58;    height: 20px;    border-top: 3px solid #003;    padding-left: 5px;    padding-right: 5px;}#menubox ul{    list-style: none;    margin: 0;    padding: 0;    border: none;}#menubox li{    margin: 0;    display: inline;    list-style-type: none;}#menubox li a{    float: left;    padding: 2px 5px 2px 5px;    background-color: #445;    color: #BBB;    font-size: 10px;    font-weight: bold;    border: 1px solid #CCE6FF;    border-bottom-width:3px;    border-top: 0px;}#menubox li a:hover{    color: #E5E5EB;    border-bottom-width:0px;    border-top: 3px solid #445;}#main{    margin: 0px;    color: #2B3F24;    font-size: 14px;    word-spacing: 1.5px;        padding: 15px;    text-align: justify;}a{	color: #5B586F;    font-size: 14px;}a:hover{    color: #6F6D7E;    text-decoration: none;}.indent{    margin-left:15px;}.center{    text-align:center;}.highlight{    padding: 5px;    border: 2px solid #344333;    background-color: #DAC6F5;}#image-box{	float:left;	height:300px;	width:350px;	margin:2px;	text-align:center;}#image-box2{	float:left;	height:100px;	width:100px;	margin:3px;	text-align:center;}#image{	border:1px solid black;}