* {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
color: #black;
}
p, ol, ul, li, tr, td
{
color: #black;
font-size: 9pt;
}
h1
{
color: #black;
font-size: 14pt;
}
h2
{
color: #black;
font-size: 12pt;
}
h3
{
color: #black;
font-size: 10pt;
}

a
{
color: #393;
text-decoration: none;
font-weight: bolder;
}

a[href^="tel:"] {
  color: brown;
  text-decoration: none;
}

a[href^="tel:"]:hover {
  color: orange;
  text-decoration: none;
  font-weight: bolder;
}

a:visited
{
color: #393;
font-weight: bolder;
}

a:focus,
a:hover
{
color: #393;
text-decoration: underline;
font-weight: bolder;

}
a:active
{
color: red;
font-weight: bolder;

a[href^="tel:"] 
{
  color: red;
  text-decoration: none;
}

}
.copyright
{
font-size: 8pt;
color: #630;
}
.forminst
{
color: #black;
font-size: 8pt;
}
.locstyle {
	font-size: 9px;
}
.place
{
color: #630;
font-size: 12pt;
font-variant: small-caps;
}
.titletop
{
color: #363;
font-size: 16pt;
font-variant: small-caps;
}
.titletopbrown
{
color: #630;
font-size: 18pt;
font-variant: small-caps;
}
.uscanworld
{
color: black;
font-size: 12pt;
font-weight: bolder;
font-variant: small-caps;
}
.noline
{
text-decoration: none;
}

.break-word {
  word-wrap: break-word;
}
.capbreed
{
text-transform: uppercase;
}