body
{
	color: #ffffff;
	background-color: #3597d4;
	font-family: Helvetica;
	font-weight: bold;
	text-align: center;
}

img.rankImage
{
	height: 100px;
}

img.rankOfficer
{
	margin: 0px 8px;
}

img.logo
{
    float: right;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 90%;
    width: 25%;
}

tr:nth-child(even)
{
	background-color: #a0c0d4;
}

table
{
	border-collapse: collapse;
	background-color: #6fadd4;
	color: #ad0000;
	border: 5px double white;
	margin: auto;
}

#peopleKey
{
	margin-top: 50px;
}

th,td
{
	padding: 5px;
}

th
{
	background-color: #3597d4;
	font-family: 'Gloria Hallelujah', cursive;
	color: white;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Berkshire Swash', cursive;
}

#mainTime
{
	font-size: 500%;
}

#signupWrapper p
{
    color: black;
}

#signupWrapper ul
{
    color: red;
    list-style-position: inside;
}

#signupWrapper input
{
    font-size: xx-large;
}