/* CSS Document */body {	font-size: 12px;	margin-left: 20px;	margin-right: 20px;}h1 {	color:white;	font-size: 20px;    padding: 3px;	text-align: center;	background-color:#002299 ; }h2 {	color:white;	font-size: 18px;	padding: 3px;	padding-left: 10px;	background-color:#0033CC; ; }h3	{		 	border: dotted 2px #88AAEE;		font-size:small;		background-color:#88AAEE;		font-weight:normal;		font-color:midnightblue;		width:200px;		text-align:center;		margin-left:5px;		margin-top:5px;		margin-bottom:10px;		border-top:none;		border-bottom:none;		border-left:solid 10px #3366CC;		border-right:solid 10px #3366CC;		padding-left:10px;		padding-right:10px;		}/*h3{    text-indent : 1em ;}*/table {	margin-top: 10px;	margin-left : 10px ;	border-collapse : collapse ;}th{	text-align : center ;	width : 300px ;	border:solid 2px ;	border-color : #666666;	padding: 3px;}td{	width : 300px ;	border:solid 2px ;	border-color : #666666;	padding: 3px;	font-size : 12px ;}p {	text-indent: 1em;}a {	font-size: 12px;	line-height:1.5;}a:link {		color: blue;		text-decoration: underline;	}a:hover {		color: red;		text-decoration: underline;		background-color: pink;	}a: active {		color: red;		text-decoration: underline;	}a:visited {		color: #000088;		text-decoration: underline;	}img	{	margin-left:3px;		margin-right:3px;	}hr	{		border:solid 1.5px #666666;		background-color:#666666;		color:#666666;	}