﻿body 
	{
		background-color:black;
	}

p
	{
		font-family:Arial;
		font-size:16px;
		color:Silver;
	}
.Outline
	{
		font-weight:bold;
		font-style:italic;
		color:silver;
		font-family:Arial;
		text-decoration:none;
		font-size:16px;	
	}
	
.LeftAlign
	{
		text-align:justify;
		font-family:Arial;
		font-size:20px;
		color:Silver;

	}
h1
	{
		color:Silver;
		font-family:Script MT Bold;
		font-size:38px;
}
h2
	{
		color:red;
		font-family:Arial;
		font-size:38px;
}
h3
	{
		color: Silver;
		font-size:26px;
		font-family:Script MT Bold;
	}
h4
	{
		color: Silver;
		font-family:Script MT Bold;
	}


INPUT 
	{
		color: black;
		font-family: Arial;
		font-weight: normal;
		font-size: 12pt
	}	 

TEXTAREA 
	{
		background-color: #ffffff;
		color: black;
		font-family: Arial;
		font-size: 12pt;
		font-weight: normal;
	}

