body
	{
		font-family : arial;
		font-size : 12pt;
		font-weight : bold;
		color : white;
		align : center;
	}
	
a
	{
		font-family : arial;
		font-size : 12pt;
		color : #ffff00;
		font-weight : bold;
	}
	
a:visited
	{
		font-family : arial;
		font-size : 12pt;
		color : #ffff00;
		font-weight : bold;
	}
	
a:active
	{
		font-family : arial;
		font-size : 12pt;
		color : #ffff00;
		font-weight : bold;
	}
	
a:hover
	{
		font-family : arial;
		font-size : 12pt;
		color : #ffffcc;
		font-weight : bold;
	}
	
