h1
{
    color:red;
}

h2
{
	color:rgb( 00,255,00);
}

body
{
	background-color:black;
	color: white;
}