body {
font-family: Arial, helvetica, sans-serif;
background: white;
}
.c {
text-align: center;
}
.p{
margin-left: 20%;
margin-right: 20%;
}
.mar1 {
margin-left: 10%;
margin-right: 10%;
}
.ct {
margin-left: auto;
margin-right: auto;
}
.bg01 {
background: red;
}
.bdr2{
border: 1px black solid;
padding: 4px;
}
.w800{width:800px}
.h1{
border-bottom: thick solid blue;
text-align: center;
background: red;
}
.size01 {
font-size: 8pt;
}
.heavy {
font-weight: 800;
}
h1 a{
text-decoration: none;
color: black;
}
a.navb {
white-space: nowrap;
font-weight: 700;
}
a:hover {
color: white;
background: red;
text-decoration: none;
}
