﻿/* Set all margins and padding to 0 */
body, p, h1, h2, h3, h4, h5, pre, a
{
	margin: 0;
	padding: 0;
}

/* Set all fonts to Arial and White */
body, p, h1, h2, h3, h4, h5, blockquote, a, li
{
	font-family: Arial, Sans-Serif;
	color: #ffffff;
}

/* Set background base color */
body
{
	background-color: #414141;
}

/* Set anchor color */
a, a:visited
{
	color: #ff9e31;
	text-decoration: none;
}
a:hover
{
	color: #ff9e31;
	text-decoration: none;
}

/* Set Headers to bold, and Times */
h1, h2, h3, h4, h5
{
	font-weight: bold;
	font-family: Times New Roman, Serif;
	color: #ff9e31;
	margin-bottom: 15px;
}

/* Set Font sizes, line height and color */
p, pre, blockquote
{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 19px;
}

h3, h4, h5
{
	font-size: 17px
}

li
{
	margin-bottom: 8px;
	font-size: 14px;
}