.banner
{
color: blue;
text-align: center;
font-size: 20px;
font-weight: 300;
padding-bottom: 10px;
border-style: solid;
border-width: thin;

}
.bannersc1
{
color: blue;
text-align: left;
font-size: 20px;
font-weight: 300;
padding-bottom: 10px;
padding-left: 500px;
border-style: solid;
border-width: thin;
}
.banner a
{
color: blue;
text-align: center;
font-size: 15px;
font-weight: 100;
}
.bannersc1 a
{
color: blue;
text-align: left;
font-size: 15px;
font-weight: 100;
}
.logintable
{
background-color: lightsteelblue;
}
.admintable
{
background-color: lightsteelblue;
}
.good_res
{
text-align: center;
color: green;
font-size: 17px;
font-weight: 200;
}
.bad_res
{
text-align: center;
color: red;
font-size: 17px;
font-weight: 200;
}
.spacer
{
padding-top: 20px;
}
.hdr1
{
font-size: 16px;
font-weight: bold;
text-align: left;
padding-left: 0px;
padding-right: 10px;
}
.hdr2
{
font-size: 16px;
font-weight: bold;
text-align: left;
padding-left: 0px;
padding-right: 10px;
background-color: #CCCCCC;
}
.line1
{
padding-right: 20px;
}