.mainframe {
   margin: 40px;
   border: 1px solid;
   padding: 20px;
   background-image: url('bushkim.jpg');
   background-repeat: no-repeat;
   overflow: hidden;
}

.bodytitle {
   font-size: 18pt;
   text-align: center;
   font-family: Century Schoolbook, Georgia, Times New Roman, serif;
   text-decoration: underline;
}

.bodytext {
   text-indent: 2em;
   text-align: justify;
   font-size: 10pt;
   font-family: Verdana, Sans-serif;
   color: #222222;
}

.linkage {
   text-align: center;
   font-size: 10pt;
   font-family: Verdana, sans-serif;
}

a {
   text-decoration: none;
   color: #0000FF;
}

a:hover {
   text-decoration: underline overline;
   color: #FF0000;
   font-weight: bold;
}
