/*
08-jan-2006 created by Sam Fistel

can i use a PHP file as a CSS file?
*/

body 
{
	background	: Green;
	color		: White;
	font-family	: sans-serif;
}

a:link, a:visited
{
	color		: Yellow;
}

h1, h2, h3
{
	color		: Green;
	background	: White;
	text-align	: center;
	margin		: 2px;
}

p
{
	margin-left	: 20px; /* to separate from yellow menu area */
}

/* 
*/