.SiteHeader
{
background-color:lightcyan;
// margin: auto;
// margin-left: 9px;
// margin-right: 90px;
width: 100%;
border-style: solid;
border-width: 5px;
border-color: rgb(82,21,21);
// border-color: rgb(0,0,130);
padding-top: 20px ;
padding-bottom: 20px ;
border-radius: 5px;
color: brown;
justify-content: center;
text-align: center;
font-family: "Arial", sans-serif;
font-size: 200%;
font-style: italic;
font-weight: bold;
text-decoration: none;
}

// large screens

@media screen and (min-width: 25cm)
{
.SiteHeader
{
width: 95%;
font-size: 400%;
padding-top: 80px 0;
padding-bottom: 80px 0;
}
}

.SiteHeader A
{
text-decoration: none;
}

.SiteHeaderLink 
{
text-decoration: none;
}

BODY {font-size: large; }
@viewport
{
  width: device-width ;
  zoom: 1.0 ;
}

.hh4
{
color: red;
font-family: Helvetica, Verdana, sans-serif;
}

P
{
  line-height:1.5;
} 

LI
{
  line-height:2;
} 

H1
{
text-align: center;
font-family: sans-serif;
}

H4
{
font-weight:bold;
font-family: Helvetica,Verdana,sans-serif;
}

.VMENU
{
  font-size:x-large;
  line-height:2;
}
