a:link {
 color: #00A050;
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 color: #00A050;
 text-decoration: none;
}
a:hover {
        color:#FF0000;
        }
body {
 text-align: left;
 color: blue;
 font-family: Verdana,Arial,sans-serif;
 font-size:10pt;
 background-image:url(images_budo/back2_jpg.jpg);
 background-attachment:fixed;
 background-color:#FFFFFF;
}
h1,h2,h3 {
 font-family:Verdana,Arial,sans-serif;
 width:100%; filter:shadow(color=#00A050, strength=4)
 font-weight: bold;
 color: blue;
 }

h4 {
 font-family:Verdana,Arial,sans-serif;
 width:100%;
 font-weight: bold;
 color: blue;
 }

td, tr, th {
 text-align: center;
 vertical-align: middle;
 font-size:10pt;
 border-bottom-width:2pt;
 border-bottom-style:dotted;
 border-color:#7F7F7F;
 padding-bottom:50px;
 padding-top:50px;
}
th {
 text-align: left;
 vertical-align: top;
 font-weight: bold;
 font-size: medium;
}