@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


div {
    font-size: 14px;
    color:black;
}
.left  {
    position:relative;border:0px solid red;
    height:24px;
    width:280px;
    color:darkred;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
    padding-top:10px;
}
.right {
    position:relative;
    left:284px;
    border:0px solid green;
    height:24px;
    top:-24px;
    width:480px;
    text-align:left;
    vertical-align:top;
    padding-top:4px;
}
.labl {
    text-align:left;
    font-weight:bold;
}
a		{
    color:darkgreen;
    text-decoration:underline;
    font-weight:bold;
}
a:hover	{
    color:red;
    text-decoration:none;
}
.center {
    text-align: center;
}

.image {
                position: relative;
                display: inline-block;
 }

.overlay {
                position: absolute;
                right: 0;
                z-index: 5;
 }
table {
    width: 100%;
}
table, th, td {
    border: 1px solid black;
}





body {
    background-color:rgb(202,194,145);
//    background-color:rgb(33,33,33);
    width:1023px;
}

h2 {
    text-align:center;
}

h3 {
    text-align: center;
    color: darkred;
    font-size: 200%;
    margin: 0px;
}

hr {
    border:3px solid #7E323F;
}

h1.error {
    color:crimson;
    text-align:center;
}

.splash img {
    max-width:800px;
    width=100%;
    margin:64px;
    font-size:125%;
}
.welcome {
    margin: 64px;
    font-size:125%;
}
.welcome h2 {
    text-align: center;
}
.welcomehdr {
    font-size:130$;
}
.note {
    font-size:80%;
    margin-left:32px;
    color:darkred;
}

.button {
    font-weight:bold;
    background-color:green;
    color:white;
}


	     
    
