@charset "utf-8";
/* CSS Document */
/* Speedbleeder CSS page */

/* bleed.css */

/* Add a black background color to the top navigation */
	
.topnav {
  background-color: black;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {

  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: black;
  color: white;
}

p {
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

body {
    background-color: white;
	border: 0px solid powderblue;
 	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 70%;
    height: 25%;
}

h1 {
  font-family: Arial;
  display: block;
  font-size: 2.5em;
  margin-top: 0.67em;
  margin-bottom: 0.0em;
  margin-left: 15%;
  margin-right: 0;
  font-weight: normal;
  Font-style:italic;

}

h2 {
  font-family: Arial;
  display: block;
  font-size: 2.5em;
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  Font-style:italic;
}

h3 {
  font-family: Arial;
  display: block;
  font-size: 2.5em;
  margin-top: 0.0em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 20%;
  font-weight: normal;
  Font-style:italic;
}

/*This for the alternating gray bars*/
table {
  width:100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;	
}
th, td {
  padding: 5px;
  text-align: left;
}

table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: black;
  color: white;	
}


/* CSS for Iframes */
      .wrap-element{
      position: relative;
      overflow: hidden;
      padding-top: 100%;
      }
      .wrapped-iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 95%;
      border: 0;
      }


