a:link {
    color: #195905;
    background-color: transparent;
    text-decoration: transparent;
}
a:visited {
    color: #0000FF;
    background-color: transparent;
    text-decoration-color: transparent;
}
a:hover {
    color: red;
    transition: background-color 0.5s;
    text-decoration: transparent;
}
a:active {
    color: teal;
    background-color: transparent;
    text-decoration: transparent;
}
body {
    background-image: url("/manager/1mtale/gg1.webp");
    background-color: #008000;
    background-repeat: repeat;
    background-attachment: scroll;
    font-family: "Segoe Ui Historic Regular", helvetica, sans-serif;
    font-size: 22px;
    color: #195905;
    font-style: normal;
    font-weight: 900
}
 #table1 {
    width:90%;
    text-align: left;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
}
 #table15 {
    width: 55%;
    background-color: white;
    border: 8px solid #195905;
    border-radius:40px;
    margin-left: auto;
    margin-right: auto;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 13px;
    z-index: 99;
    font-size: 18px;
    font-weight: 900;
    border: none;
    outline: none;
    background-color: #195905;
    color: #FFFF00;
    cursor: pointer;
    padding: 8px;
    border-radius: 20px;
}
#myBtn:hover {
    background-color: black;
}
figure {
    border: white;
    padding: 5px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-top: auto;
}
figcaption {
    background-color: white;
    color: #195905;
    padding: 15px;
    text-align: center;
}
strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
 em {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: center
}
small {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: center
}
 i {
    font-style: italic;
    font-weight: 600
}
 b {
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}
p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-indent:45px;
    line-height: 2.0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
 img {
    border-radius: 35px;
    border:4px solid #195905;
    background-color:#ffffff
}
 .image1 {
    float:left;
    margin-right:10px;
    margin-bottom: 1px;
    margin-top: 5px;
    border-style: none;
    border-radius: 15px;
    width:95px;
    height:98px;
}
 .image2 {
    float:right;
    margin-left:10px;
    margin-bottom: 1px;
    margin-top: 5px;
    border-style: none;
    border-radius: 15px;
    width:95px;
    height:98px;
}
 h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}
h2 {
    width: 28%;
    background-color: #fffacd;
    font-size: 16px;
    font-weight: 900;
    border-radius: 20px;
    border-style: solid;
    border-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: #195905;
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
 .new1 {
    border-top: 2px solid #195905;
    width: 680px
}
 .new2 {
    border-top: 5px solid #195905;
    width: 300px
}
.new3 {
    border-top:4px solid #195905;
    width:700px;
}
#top, #bottom, #left, #right{
    background: #195905;
    position: fixed
}
#left, #right{
    top:0;
    bottom:0;
    width:6px
}
#left{
    left:0
}
#right{
    right:0
}
#top, #bottom {
    left:0;
    right:0;
    height:30px
}
#top{
    top:0
}
#bottom {
    bottom:0
}