body
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #f0f0f0;
	text-align: justify;
	font-weight: 600;
	background-color: #000000;
	}

.small
	{
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	line-height: 14px;
	color: #f0f0f0;
	text-align: justify;
	font-weight: 100;
	}

.button
	{
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: center;
	font-weight: 100;
	}

p
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #f0f0f0;
	text-align: justify;
	font-weight: 600;
	}
	
ol
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #f0f0f0;
	text-align: left;
	}

ul
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #f0f0f0;
	text-align: left;
	}

<!-- Headlines -->

h1
	{
	font-family: "MicrogrammaDBolExt", "Impact", "Helvetica";
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	color: #FFDF00;
	}

h2
	{
	font-family: "MicrogrammaDBolExt", "Impact", "Helvetica";
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #FFDF00;
	}

h3
	{
	font-family: "MicrogrammaDBolExt", "Impact", "Helvetica";
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	color: #FFDF00;
	}

<!-- Hyperlinks -->
A:link
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #8080FF;
	font-weight: bold;
	text-decoration: underline;
	}

A:hover
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #A7A7FF;
	font-weight: bold;
	text-decoration: underline;
	}

A:active
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #A7A7FF;
	font-weight: bold;
	text-decoration: underline;
	}

A:visited
	{
	font-family: "Arial", "Helvetica";
	font-size: 16px;
	line-height: 25px;
	color: #8080FF;
	font-weight: bold;
	text-decoration: underline;
	}
