body {
 color: #303;
 background-color: #fff;
 margin: 2em;
 letter-spacing: 1pt;
 background-image: url("./002d.gif");
 background-repeat: repeat-y;
}
h1 {
 color: #096;
 font-size: x-large;
 text-align: center;
 border-bottom-color: #099;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-left-color: #099;
 border-left-width: 10px;
 border-left-style: solid;
}
p{
 text-indent: 1em;
}
a:link{
 color: #00f;
}
div{
 margin: 10px;
}
a:visited{
 color: #f0f;
}
a:hover{
 font-weight: bold;
}
div#linkbox{
 width: 6em;
 font-size: large;
 text-align: center;
 text-shadow: 1px 1px;
 float: left;
}
div#main{
 padding-left: 12em;
}
.center{
 text-align: center;
}
.right{
 text-align: right;
}
.left{
 text-align: left;
}
img.sr, img.sl{
 width: 100%;
 margin: 10px;
}
div.imgr{
 margin-left: 40%;
}
div.imgl{
 margin-right: 40%;
}
img.hr, img.hl{
 width: 68%;
 padding-left: 16%;
 padding-right: 16%;
 margin-top: 10px;
 margin-bottom: 10px
}
img.sr, img.sl, img.hr, img.hl{
 border: #00f 3px solid;
 clear: both;
 vertical-align: middle
}
.fc
{
 clear: both;
}
