@media all
	{
	BODY
		{
		background-color: #ff99ff;
		font-family: "times new roman", serif;
		font-size: x-small;
		margin-left: 10%
		}

	A:hover
		{
		color: red;
		}
	CODE
		{
		font-size: small;
		}

	H1
		{
		font-size: small;
		}

	H2
		{
		font-size: x-small;
		}

	HR
		{
		color: #0000ff;
		}

	IMG
		{
		border: 0;
		}

	.floatleft
		{
		float: left;
		}

	.floatright
		{
		float: right;
		}

	}