

h1
{
	text-align: center;
	font-family: Impact, sans-serif;
	font-size: 100px;
	letter-spacing: 10px;
}

h2
{
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 40px;
	letter-spacing: 5px;
	text-decoration: underline;
}

h3
{
	text-align: center;
	font-family: Verdana;
	font-size: 15px;
}

p
{
	font-family: Verdana;
	font-size: 15px;
}

#header-section
{
	background-color: #C00E0E;
	margin: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#subheader-section
{
	background-color: #F3DEDE;
	text-align: center;
}

.light-background
{
	background-color: #FEFEFE;
}

.darker-background
{
	background-color: #FEA5A5;
}

table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
}

th
{
	border: 2px solid black;
	font-size: 28px;
}

td
{
	font-size: 20px;
	border: 1px solid black;
}

#profile
{
	border-radius: 8px;
	border: 1px solid #ddd;
	padding-left: 5%;
	padding-right: 5%;

	width: 200px;
}

#thick-separation:
{
	border-top: 1px solid black;
}

.column1
{
	float: left;
	width: 50%;
	text-align: center;
}

.column2
{
	float: left;
	width: 50%;
}

.row
{
	content: "";
	display: table;
	clear: both;
}

li
{
	font-size: 25px;
	margin: 0 0 20px 0;
	color: purple;
}

#extramedia
{
	border-radius: 8px;
	border: 5px solid black;
}


