@charset "UTF-8";
/* Global Persistant CSS Style */
/* $Id: global.css,v 1.2 2006/03/02 10:10:04 pjkix Exp $ */

/* Basic defaults
--------------------------------*/
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: .65em; color: #999; background-color:#fff;}
body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a:link { color: #0099FF; text-decoration: none;background-color:#eee;}
a:visited { text-decoration: none; color: #aaa;background:#eee;}
a:hover { text-decoration: underline; color: #000;background:#eee;}
a:active { text-decoration: none; color: #c30;background:#ccc;}
h1 { font-size: 1.6em;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

a img {border:none;}

/* Common
------------------------------- */

.hidden {display:none;}
.clear {clear:both;}

/* Structure
------------------------------- */

#header {}
#content {}
#footer {text-align:left}
#site-check {}
#license {text-align:center;}