﻿p{
font-weight:200;
font-size:16px;
}
.leadtext2{
text-align:center;
}

.clr{
clear:both;
}
.note{
padding:5px;
}
.leadtext{
font-size: 18px;
font-weight:200;
}

.results{
text-transform:uppercase;
}
.results:before{
content: "";
display: inline-block;
height: 0.5em;
vertical-align: bottom;
width: 100%;
margin-left: -100%;
margin-right: 10px;
border-top: 5px double #000;
}

.results:after{
content: "";
display: inline-block;
height: 0.5em;
vertical-align: bottom;
width: 100%;
margin-right: -100%;
margin-left: 10px;
border-top: 5px double #000;
}
h2 {
    font-size: 15px !important;
}