#header {
    height: 80px;
    margin-bottom: 30px;
}

.indbul {
    margin-left: 3em;
    line-height: 1.2em;
    width: 481px;
}

h4,h5 {
  font-size: 105%;
  font-weight: heavy;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

h5 {
    font-size: 100%;
}

address {
    font-style: normal;
    padding-top: 5em;
    line-height: 1.2em;
}

sup {
    font-size: 80%;
}


body {
	background-position: 40px 45px;
    background-color: #CCFF99;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: tahoma, arial, sans-serif;
    font-size: 90%;
    padding-left: 2em;
}

img {
    border: 0;
}

p {
    width: 511px;
    line-height: 1.5em;
    margin-top: .2em;
}    

ul {
    list-style-type: none;
    margin-left: 0;
}    

li {
    padding-bottom: .5em;
}

a:visited {
    color: darkslategray;
    font-weight: bold;
    text-decoration: none
}

a:link {
    color: darkslategray;
    font-weight: bold;
    text-decoration: none
}
a:hover {
    font-weight: bold;
    text-decoration: underline
}

a:active {
    font-weight: bold;
    text-decoration: none
}