p
	{
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	
h2
	{
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
h1
	{
		color: white;
		font-family: Source Sans, Helvetica, sans-serif;
		text-align: center;
	}
	
h3
	{
		color: white;
		font-family: Source Sans, Helvetica, sans-serif;
		text-align: center;
		font-size: 25px;
	}
	
	
a
	{
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		padding-left: 2.7%;
		padding-right: 2.7%

	}	
	

img
	{
		image-rendering: crisp-edges;

	}

body
	{
	  background-image: url("tile.png");
	}
	
div
{
  margin: auto;
  width: 40%;
  background-color: #1f1f1f;
  border: 11px solid transparent;
  padding:4px;
  border-image: url(border.png) 11 stretch;
  text-align: center;

}


marquee
	{
		color: black;
		font-family: Arial, Helvetica, sans-serif;

		font-size: 25px;
	}


.topbar { 

	padding-bottom: 0.2%;
	padding-top: 0.2%

	
}

.footer {

  width: 88px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 132; /* Stay at the top */
  left: 132;
  overflow-x: hidden; /* Disable horizontal scroll */
  width: 7%;
}


