a[href]:hover {color:#FF0000; text-decoration:none} /* [href] ensures only link will change because I also use <a> to format text */
a.logo {text-decoration:none; font-size:32pt; color:#004400}
a.logo:hover {color:#004400}
a.s {text-decoration:line-through} /* s is to commemorate the deprecated <s> tag */
a.u {text-decoration:underline} /* u is to commemorate the deprecated <u> tag */

body {font-family:'Century Gothic'; color:#004400; margin:0; background:url("images/256X256.png") no-repeat fixed center}	/* If this is put with the tipskey.cur line , the display in FrontPage will not be the font */

div.pix {float:right; margin-left:10px; border:1px solid #CCCCCC; padding:3px; font-size:80%} /* For the box to enclose pictures like in Wikipedia */
div.title {background:#A0B0C0; color:#FFFFFF}

form.cse-search-box {float:right} /* To make the search box float right. Also to eliminate the bottom gap between the search box and the cell. */

img {border-style:none} /* To eliminate border around linked image */

table {width:100%; border-collapse:collapse; margin-left:auto; margin-right:auto} /* table {margin-left:auto; margin-right:auto} is to make table positioned in center, e.g. "about" page */

td.bottom {background:#D0E0F0; text-align:center; vertical-align:middle; height:60px}
td.content {padding-left:19.5px; padding-right:19.5px; line-height:150%}
td.date {padding-top:7px; padding-bottom:7px; padding-left:19px; padding-right:19px; text-align:right; font-size:8pt; height:27px}
td.end {text-align:center}
td.footer {text-align:center; font-size:8pt}
td.left_column {background:#D0E0F0; text-align:left; line-height:170%; width:120px}
td.location {padding:7px; background:#D0E0F0; text-align:left; font-size:10pt}
td.other {padding-left:19.5px; padding-right:19.5px}
td.right_column {background:#D0E0F0; width:120px}
td.subject {padding-left:6px; padding-right:6px; text-align:center}
td.validate {width:300px; background:#D0E0F0; text-align:right}
