/*
 * Start-Default Style
 */	
	P
	{
		font-family: Tahoma, Arial;
		color: black;
	}
	
	
	A, A:link, A:active
	{
		font-family: Tahoma, Arial;
		font-weight: normal;	
		color: blue;
		text-decoration: none;
	}
	
	A:visited
	{
		font-family: Tahoma, Arial;
		font-weight: normal;
		color: purple;
		text-decoration: none;
	}
	
	A:hover
	{
		font-family: Tahoma, Arial;
		font-weight: normal;
		color: red;
		text-decoration: none;
	}
	
	
	body
	{
		font-family: Tahoma, Arial;
		color: Black;
	}
		
/*
 * End-Default Style
 */