/* CSS Document */
p.header 
	{
	font: 20px courier;
	border-top: double #CDC348;
	border-bottom: double #CDC348;
	}
p.text
	{
	font: 12px courier new;
	border-bottom: dotted 1px #CDC348;
	}
p.menu
	{
	font: 12px courier new;
	}	
a:link 
	{
	color: #999999; 
	text-decoration: underline
	}
a:visited 
	{
	color: #999999; 
	text-decoration: underline
	}
a:hover 
	{
	color: #CDC348; 
	text-decoration: none
	}
a:active 
	{
	color: #CDC348; 
	text-decoration: none
	}
a.link:link 
	{
	color: #999999; 
	text-decoration: none
	}
a.link:visited 
	{
	color: #999999; 
	text-decoration: none
	}
a.link:hover 
	{
	color: #CDC348; 
	text-decoration: none
	}
a.link:active 
	{
	color: #CDC348; 
	text-decoration: none
	}