body
{
	color:blue;
}
p
{
	color: red;
}

p.cyan
{
	color:cyan;
}

p.green
{
	color:green;
}

p.org
{
	color:orange;
}

h1,h3
{
	font-family: Georgia;
	color: orange;
}

h1
{
	border-bottom: 1px solid red;
}