@media (min-width: 1025px)
{
	.fa-header
	{
		text-align: center;
		text-decoration: underline;
	}
	ul.stylecss
	{
		background-color: white;
		/*list-style-type: disc;*/
		text-align: left;
		margin-left: 30%;
		margin-right: 30%;
	}
	ul.stylecss .stylecssLi
	{
		list-style-type: disc;
	}
	.stylecssLi
	{
		display: list-item;
	}
}
@media (min-width: 768px) and (max-width: 1024px)
{
	.fa-header
	{
		text-align: center;
		text-decoration: underline;
	}
	ul.stylecss
	{
		background-color: white;
		/*list-style-type: disc;*/
		text-align: left;
		margin-left: 20%;
		margin-right: 20%;
	}
	ul.stylecss .stylecssLi
	{
		list-style-type: disc;
	}
	.stylecssLi
	{
		display: list-item;
	}
}
@media (max-width: 767px)
{
	.fa-header
	{
		text-align: center;
		text-decoration: underline;
	}
	ul.stylecss
	{
		background-color: white;
		/*list-style-type: disc;*/
		text-align: left;
		margin-left: 10%;
		margin-right: 10%;
	}
	ul.stylecss .stylecssLi
	{
		list-style-type: disc;
	}
	.stylecssLi
	{
		display: list-item;
	}
}