body {background-color: #555555; color: #FFFFFF; padding: 2%;} 


 div.c {text-align: center}
div.l {text-align: left}
div.r {text-align: right}
 span.wxs {color: #FFFFFF;font-family:Arial;font-size:60%}
 span.ws {color: #FFFFFF;font-family:Arial;font-size:80%}
 span.wm {color:#FFFFFF;font-family:Arial;font-size:100%}
 span.wmp {color:#603285;font-family:Arial;font-size:100%}
 span.wbm {color:#FFFFFF;font-weight:bold;font-family:Arial;font-size:100%} 
 span.rbm {color:#FF0000;font-weight:bold;font-family:Arial;font-size:100%}
 span.wbl {color: #FFFFFF;font-weight:bold;font-family: Arial; font-size: 125%}
 span.rbl {color: #FF0000;font-weight:bold;font-family: Arial; font-size: 125%}
 span.wbxl {color: #FFFFFF;font-weight:bold;font-family: Arial; font-size: 150%}
span.wbxxl {color: #FFFFFF;font-weight:bold;font-family: Arial; font-size: 180%}
 span.rbxl {color: #FF0000;font-weight:bold;font-family: Arial; font-size: 150%}

input.button {
  color: #FFFFFF; background: #000000;
  font-size:100%;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
border-radius: 25%;
  border: solid 4px #FFFFFF;
}

a:link {color:#f7931a} 
a:visited {color:#f7931a} 
a:hover {color:#f7931a} 


 /* The navigation bar */
.navbar {
  overflow: hidden;
    color: #FFFFFF; background: #000000;
  font-size:120%;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
} 


img { max-width: 100%; height: auto; }

@media screen and (max-width: 481px){



