/*
*	@Author: RichUn Ltd
*	@Date:   2021-06-01
*	@CopyRight
*	@eMail:  WebMaster@richun.com
*/

/* 
* {
 	margin: auto;
	padding: auto;
}
 */

/*
html,body{height:100%;margin:0px;}
*/
body {
	/* margin: 0ex; */
	/* text:expression (background-image="../images/bg.gif"); */
	background-image: url(../images/bg.gif);

/*
	font-size: 14px;
	font-family: 'Times New Roman', 'Times  Arial';
*/
	font: 14px 'Times New Roman','Times  Arial';
}

table {	
	margin: auto;
	height: 100%;
}
tr {	
/*	height: 22px;  */
/*	height: 100%;  */
/*	line-height: 22px; */  
	text-align: center;
}
th {
	height: 1.8em;
}
td {
	height: 1.8em;
}

/*
p {
	text-indent: 1.8em;
}
*/

div {
	text-align: left;
/*	margin-left: 8px;
	margin-right: 8px;
*/
    /* margin-left: 0.6em;
	margin-right: 0.6em; */

	padding-top: .6em;
	padding-left: .6em;
	padding-right: .6em;

	text-indent: 1.5em;
	line-height: 1.6em;
}

img {
	display: block;
}


a {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	background-color: #eafe75;
	text-decoration: none;
	font-size: 16px;
}
a:active {
	color: #0084ff; 
	text-decoration: none;
}

/* .abcd #th0 a:hover {
	font-size: 38px;
} */

/* Citation:
*  https://stackoverflow.com/questions/37088198/copyleft-symbol
*  stackoverflow is really yammy! 20210711
*/
#copyleft {
    position: relative;
    top: -5px;
    display: inline-block;
    transform: rotate(180deg);
	margin-right: -1.2em;
}