body
{
	background-color: black; /*#22aff8 ;*/
}

div
{
        
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1
{

	font-size:1.5em;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	color: white;
	text-align: center;
	/*margin-top: -20px;*/
}
h2
{
	text-align:center;
        font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size:1.3em;
	color: white;
	/*background-color:#c0a448;*/
}
h3
{
	text-align:center;
        font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size:1.2em;
	color: red;	
}
h4
{
	
        font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size:0.8em;
	color:purple ;	
}
a
{
	/*text-decoration: none;*/
	color:#d200d2;
}

a:hover
{
	color:#d200d2;
}

