﻿body
{
background-color:black;
color: inherit;
}


p			 
{
font-size: 14px;
margin: 5px;
text-align: left;
color: #7FFFD4;
font-family: arial;
font-weight: bold;
}

h1
{
	font-size: 16px;
	color: red;
	font-family: Arial;
	font-weight: bold;
}

