﻿body {
	background-color:black;
	}	

h1 {
	font-family:"Copperplate Gothic Bold", "Verdana";
	font-size: 32px;
	color:yellow;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 25px;
	}
	
h2 {
	font-family:"Copperplate Gothic Bold", "Verdana";
	font-size: 18px;
	color:white;
	text-align:center;
	}
	
h3 {
	font-family:"Copperplate Gothic Bold", "Verdana";
	font-size: 24px;
	color:white;
	text-align:center;
	margin-bottom:60px;
	}

p	{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin: 5px;
	text-align:center;
	}
	
img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}	

video {
	margin-top: 0px;
	margin-bottom: 50px;
    	border: 3px solid grey;
}


table {
    border-collapse: collapse;
    width:90%; 
    margin-left:5%; 
    margin-right:5%;
  }

table, tr, td, th {
    border: 1px solid grey;
   }

tr, th {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 4px;
	text-align:left;
	width: 20%;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 4px;
	text-align:left;
	width: 80%;
	color: red;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
        color: yellow;
}

a:active {
    text-decoration: underline;
        color: white;
}
	


