a {
    color : silver;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 13px;
    text-decoration: none;
}
a:active {
    color : silver;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 13px;
    text-decoration : none ; 
}
a:visited {
    color : silver;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 13px;
    text-decoration : none ;
}
a:hover {
    color : white;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 13px;
    text-decoration: underline;
}

a.bright {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
    text-decoration: none;
}
a.bright:active {
    color : #FFFFFF;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
    text-decoration : none ;
}
a.bright:visited {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
    text-decoration : none ;
}
a.bright:hover {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
    text-decoration : underline;
}
input.bright {
    background: gray;
    color : #FFFFFF;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
}
input.bright:hover {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
}


p {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:16px;
    border-bottom: none;
}
body {
    background: gray;
}
h1 {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:24px;
}
h2 {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:18px;
}

.prodHdr {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:28px;
}
.prodTxt {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:16px;
}
.pageHeader {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 16px;
    text-decoration: none;
}
.defaultText {
    color:#ffffff;
    font-family:'Segoe UI', 'Arial';
    font-size: 13px;
    text-decoration:none;
}
.copyr {
    color : #FFE87C;
    font-family:'Segoe UI',Arial,Tahoma;
    font-size: 12px;
    text-decoration: none;
}

.tblTop {
    color: #ffffff;
    text-decoration:none;
    font-family:'Segoe UI', 'Arial';
    font-size:20px;
    margin-bottom:10px;
}
.storeTbl {
    background: white;
    border: 1px black solid;
    border-collapse:collapse;
}
.storeHead {
    background: #cccccc;
    border-top:1px black solid;
    border-left:1px black solid;
    border-right:1px black solid;
    border-bottom:1px #bbbbbb solid;
    color:black;
    font-family:'Segoe UI', 'Arial';
    font-size: 16px;
    text-align:center;
}
.storeRow {
    border-top:1px #bbbbbb solid;
    border-left:1px black solid;
    border-right:1px black solid;
    border-bottom:1px black solid;
    color:black;
    font-family:'Segoe UI', 'Arial';
    font-size: 16px;
    text-align:center;
    vertical-align:middle;
}
.orderHead {
    background: #cccccc;
    border-top:1px black solid;
    border-left:1px black solid;
    border-right:1px black solid;
    border-bottom:1px black solid;
    color:black;
    font-family:'Segoe UI', 'Arial';
    font-size: 12px;
    text-align:left;
}
.orderRow {
    border-top:1px black solid;
    border-bottom:1px black solid;
    color:black;
    font-family:'Segoe UI', 'Arial';
    font-size: 12px;
    height:18px;
    text-align:left;
    vertical-align:middle;
    line-height:18px;
}
.storeButton {
    background:#463E41;
    color:white;
    font-family:'Segoe UI', 'Arial';
    font-size: 12px;
    font-weight: bold;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:4px;
    padding-right:4px;
}