body {
 background-color: #778;
 background-image: url('/bak.png');
/* background-attachment:fixed;*/
 padding: 5px 3% 5px;
 scrollbar-arrow-color:#000; scrollbar-face-color:#fff; scrollbar-highlight-color:#000;
}
a:link {color: black;}
a:hover {background-color: white; text-decoration: line-through;}
a.aimg:hover {background-color: transparent;}
img {border: 0;}
hr {width: 80%; border: 1px solid #333; height: 3px;}
div { text-align: center; padding: 3px; }

p {text-indent: 1em; margin: 0em;}
span.red {color: #f00;}
span.lim {color: #0f0;}
span.blu {color: #00f;}
span.pur {color: #909;}
span.bol {font-weight: bold;}
span.ita {font-style: italic;}
span.und {text-decoration: underline;}
span.sma {font-size: smaller;}
span.str {text-decoration: line-through;}
span.und.str {text-decoration: underline line-through;}

input[type] {background-color:#fff; font-weight: bold;}

div#subbox { visibility: hidden;
 background: #dde; border: 3px ridge;
 position: fixed; top: 40%; left: 50%;
 width: 300px; margin-left: -150px;
}

div#about { visibility: hidden;
 background: #fbc; border: 5px double; padding: 5px;
 position: absolute; top: 200px; left: 200px;
 width: 400px;
}
