/* stylesheet.css   2005/04/21  */
	
body { background-color: #ffffcc;
	color: #000;
	margin: 5%;
	padding: 0;
	font-style: normal;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16.5pt; }

/*  page layout */

#header {
	width: 100%;
	background-color: #69c;
	}
#sidebar-left {
	background-color: #fff;
	/* width: 16em; */
	padding: 5px;
	font-size: 10pt;
	vertical-align: top;
	}

#copyright {
	font-family: Arial;
	font-size: 8pt;
	line-height: 14pt;
	text-align: center;
	}
	
#sitetitle { font-family: Arial;
	font-size: 40pt;
	line-height: 30pt;
	text-align: center;
	}
	
#click { font-family: "Comic Sans MS", Arial;
	font-size: 9pt;
	line-height: 15pt;
	text-align: center;
	}

a {
	text-decoration: underline;
	font-weight: bold;
}
	a:link { /* background-color: #000; */
		color: #0000ff; }
	
	a:visited { color: #369; }
	a:hover  {
		color: #39c;
		text-decoration: underline;
		}
	a:active { background-color: #000; color: red; }
	
img.az {
	z-index:-1;
	}	
	
#logos {
	position: fixed; bottom: 0px; right: 20px;
	}

/*  </style>  */
