﻿body {
}

a{
    text-decoration:none;
}

p {
    font-family: Arial,KaiTi;
}

h3 {
    font-family: Arial,KaiTi;
}
.backclore {
    background-color: #F0F0F0;
}

.imagesize1 {
    height: 150px;
    width: 150px
}
.divl {
    width: 200px;
    height: 200px;
    float: left;
    text-align: center;
}

.divl-small {
    height: 20px;
    float: left;
    text-align: left;
}

.divr {
    width: 200px;
    height: 200px;
    float:right;
    text-align:center;
}

.divr-small {
    height: 20px;
    float: right;
    text-align: right;
}

.divc{
    height:200px;
    text-align:center
}

.divc-small {
    height: 20px;
    text-align: center
}
.myfont-big {
    background-color: red;
    color: #FFFFFF;
    font-size: 20px;
    font: 100;
    font-family: Arial,KaiTi;
}

.myfont-mid {
    background-color: red;
    color: #FFFFFF;
    font-size: 20px;
    font: 100;
    text-align: center;
    font-family: Arial,KaiTi;
}

.myfont-small{
    font-size:12px;
    font-family:Arial,KaiTi;
}

.floatright {
    float: right;
}

.mybotton {
    background-color: blueviolet; /* Green */
    border: none;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    font-family: Arial,KaiTi;
}

    .mybotton:hover {
        background-color: #4CAF50; /* Green */
        color: white;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }


.mytitle {
    background-color:green; /* Green */
    border:solid;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    font-family: Arial,KaiTi;
}


a:hover {
    background-color: #4CAF50; /* Green */
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

a {
    
}

.middiv {
   
    border-color:red;
    border-style: solid; 
    border-radius: 10px;
    margin-top:5px;
    margin-right: 100px;
    margin-left: 100px;
    
    
}

.leftmaindiv {
    border-color: red;
    border-style: solid;
    border-radius: 10px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
}

.contain-div{
    position:relative;
}

td {
    vertical-align: top
}

iframe {
    border-color: red;
    scrollbar-face-color: red;
    scrollbar-arrow-color: red;
    scrollbar-track-color: red;
}