body	{
	background-color: "#003399";
	link: "#ffffff";
	vlink: "#888888";
	}

h1	{
	text-align: center;
 	color: red; 
	font-weight: bold; 
	font-style: italic; 
	font-family: Arial; 
	size: 24;
	}

h2	{
	text-align: center; 
	color: #ffffff; 
	text-decoration: none;
	}

h4	{
	text-align: center; 
	color: red; 
	font-weight: bold; 
	font-family: Arial;
	}

a:link	{
	color: "#ffffff";
	text-decoration: none;
	}

a:active	{
	color: "#999999";
	text-decoration: none;
	}

a:visited	{
	color: "#888888";
	text-decoration: none;
	}

a:hover	{
	color: "#ffff42";
	}