﻿body
{
	background-color: #000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
/*Define  paragraph text size */
p
{
	font-size: 1em;
	text-align: justify;
	line-height: 1.7em;
}
/*Define headings font size */
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.8em;
	text-align: center;
	color: #DD8217;
}
h3
{
	font-size: 1.4em;
	color: #DD8217;
}
h4
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
h5
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
h6
{
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

/*Define forma and table font-size */
input, select, th, td
{
	font-size: 1.1em;
}
