/*Mobile stylesheet*/

A:hover { COLOR: #0099ff;  background-color:silver; }


/*Everything in a table - Note: All FrontPage text is in a table when using shared borders*/
/*TD {FONT-SIZE: normal; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica; }*/
TD {FONT-SIZE: 12pt; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica }

H1 {FONT-SIZE: 24pt; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}
H2 {FONT-SIZE: 18pt; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}
H3 {FONT-SIZE: normal; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}
H4 {FONT-SIZE: x-large; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}
H5 {FONT-SIZE: x-large; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}
H6 {FONT-SIZE: x-large; FONT-FAMILY: Times New Roman,Cambria,Arial,Helvetica}

/*H1 { background-color: #F00 }*/

/*BODY { background-image: url('images/blacktored.png'); background-repeat: repeat-x; }*/

/*Body text, not in a table - Note: All FrontPage text is in a table when using shared borders*/
BODY { FONT-SIZE: 14pt; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
body {text="#000000"}


/*BODY { color: rgb(0,0,0); background-color: rgb(233,231,237) }*/
BODY {  background-color: #FFFFFF}

/* Makes the font larger on cell phones, screens smaller than 640pix. 10/3/2021 kp */
@media only screen and (max-width: 640px) {
TD {font-size: 12pt;}
}

/* Makes the font larger on cell phones, screens smaller than 640pix. 10/3/2021 kp */
@media only screen and (max-width: 640px) {
body {font-size: 14pt;}
}

/*For Mobile Website*/
div.ex {
margin:auto;
height:auto;
max-width:625px;
min-width: 325px;
padding:10px;
border:2px solid black;
background-color: #C0C0C0;
DA4839
}

div.noborder {
float:left;
margin:auto;
height:auto;
width:100%;
max-width:750px;
min-width: 275px;
padding:0px;
border:0px solid gray;
background-color: #FFFFFF
}

div.border {
float:center;
margin:auto;
height:auto;
max-width:750px;
min-width: 325px;
width:100%;
padding:5px;
border:2px solid gray;
background-color: #C0C0C0
}

div.noborderpad {
float:left;
margin:auto;
height:auto;
max-width:655px;
min-width: 325px;
width:100%;
padding:10px;
border:0px solid gray;
background-color: #FFFFFF
}

div.logobanner {
margin:auto;
height:auto;
max-width:475px;
padding:0px;
}