/* CSS Document */body   { 	font-size: 13px; 	color: dimgray; 	letter-spacing: 1px; 	line-height: 150%; 	font-family: "Times New Roman", Times, serif;	}a {	font-size: 13px; 	color: dimgray; 	text-decoration: none;		}a:active  { 	font-size: 13px; 	color: cccccc; 	text-decoration: none;		}a:visited   { 	font-size: 13px; 	color: 333333; 	text-decoration: none;		}a:hover   { 	font-size: 13px; 	color: red; 	text-decoration: none;		}td {	font-family: "Times New Roman", Times, serif;	font-size: 13px;	}th {	font-family: "Times New Roman", Times, serif;	font-size: 13px;	}  
