
.entry table {
	text-align: right;
	border-color: #CCCCCC;
	border-width: thin;
}


table th {
    padding-top: 5px; padding-bottom: 5px ; padding-left: 5px; padding-right: 5px;
    background-color: #E0E0E0;
    border-color: gray
}
tbody { text-align: right; }

#float_right {
	float: right;
	display: block;
	width: 300px;
}

#float_left {
	float: left;
	display: block;
	width: 600px;
}


a.example:link {color: black; text-decoration: none; border: solid black 1px; padding:4px ; background: white}
a.example:visited {color: black; text-decoration: none; border: solid black 1px; padding:4px ; background: white}
a.example:hover {background:#ffdc98}

a.example2:link {color: black; text-decoration: none; border: solid black 1px; padding:4px ; background: white}
a.example2:visited {color: black; text-decoration: none; border: solid black 1px; padding:4px ; background: white}
a.example2:hover {background:#c0c0ff}

.king {
    margin-left: 10px; margin-top:4px; margin-bottom:4px ; 
    padding-left: 10px; padding-top: 3px; padding-bottom: 3px;
    background-color: white; 
    border: solid 1px black;
    font-style: italic ;
    text-align: left
}

.king2 {
    color: black;    
    font-style: code ;
    text-align: left
}
