<!--
* {	margin: 0;padding: 0;}
body {background: #00f; font: normal .8em Courier New, Courier, monospace; color:#fff; margin:10px;}

#nav { margin-bottom:1em;}
.colC { padding-top:2em;text-align:center;width:100%;}
.colL { padding-top:1em;text-align:left;line-height:2em;}
p {line-height:1em;}

.homeLink {width:33%; float:left; background:blue;}
.thumb { border:none; border-right: 4px solid #00f; border-bottom: 4px solid #00f;cursor:pointer;}

h1, h2, h3, h4 {font-weight:normal;color: #fff;margin-bottom:1em;}
h1 { font-size:1em;}
h2 { font-size:1.4em;}
h3 { font-size:1.2em;}
h4 { font-size:1.1em;}

a {line-height:2em;}
a:link, a:visited { color: #fff;}
a:hover { color: #fff; text-decoration:underline; }

#popup {text-align:center; vertical-align:top;}
#popup img {margin:3em 0;}
#popup:hover {cursor:pointer;}
-->