
  

	
a:link {
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	color: #FFCC01;
	font-weight: 600;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:visited {
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	color: black;
	background-color: #FFCC01;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
body
  {
  background-color: black;
  }
  
h1 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 500;
	padding-left: 20px;
	color: black;
	background: #FFCC01;
	margin-top: 10px;
	}
	
h2 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	#padding: 0,5em;
	color: #FFCC01;
	}
	
h3 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 100;
	#padding-left: 0.5em;
	color: #8C9999;
	}
	
p 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	#padding: 0.5em;
	color: #8C9999;
	}
	
	