
body {
    font-family: "Courier New", Courier,
    monospace;
    font: small-caps;
    color: #000;
   margin-left: 20px; 
   margin-right: 20px;
}
#container {
    width: 80%;
    margin:auto;
    background-color: #fff;
}
#gb1 {background-color: #ccffcc;    
}
#para1-OLD {
  text-align: center;
  color: black;
}
h1 {
	font-size: 200%;
    text-transform: uppercase;
    color: #3363ff;
}
h2,h3 {
	color: #3363ff;
	text-transform: uppercase;
	font-weight: 300;
}
img {
	width: 100%;
}
.center {
  margin: auto;
  width: 50%;
  border: 1px;
  color: green;
  padding: 10px;
  font color: red;
  font-size: 25px; 
}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}


 
 
 footer.p
 
 {
        color:red;
        font:red;
        }
}

/* add your styles here */

@media screen and (max width 760px) {
   #container {
   width: 90%;    }
h1 {
    font-size:200;
    color:green;
}

p{
    font-family: verdana;
    color: #000;
    font-weight:20%;

}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}


/* add your styles here */

@media screen and (max width 760px) {
   #container {
   width: 90%;    }
h1 {
    font-size:200;
    color:green;
}

p{
    font-family: verdana;
    color: #000;
    font-weight:20%;
}

.responsive {
  width: 100%;
  height: auto;
}


table {
  border-collapse: collapse;
  border: 1px solid black;
} 

th,td {
  border: 1px solid black;
}

table.a {
  table-layout: auto;
  width: 180px;  
}

table.b {
  table-layout: fixed;
  width: 180px;  
}

table.c {
  table-layout: auto;
  width: 100%;  
}

table.d {
  table-layout: fixed;
  width: 100%;  
}

