@CHARSET "ISO-8859-1";
h1
{
	color: blue;
	text-align: center;
}
/* Body definitions */

/* Paragraph definitions */
p
{
	text-align: center;
	color: black;
	font-family: arial
}

/* Specifics */
.warning
{
	color : Green;
}
.display
{
	color : Black;
	font-family : "Book Antiqua";
	background-color : transparent;
}
.cool
{
	background-color : Silver;
	border-bottom : dashed Black;
	color : Navy;
	font-family : "Arial Black";
}
.info
{
	background-color : Black;
	color : White;
	font-family : "Bookman Old Style";
}
