
	body
	{
		background-color: #FFF7EF;
		font-family: helvetica;
		font-size: 12px;
		width: 600px;
	}
	
	h1
	{
		font-family: times;
		text-align: left;
		color: brown;
		font-size: 40px;
	}
	
	h2
	{
		font-style: bold;
		font-family: Verdana;
		color: #0000FFR;
		font-size: 35px;
	}
	h3
	{
		background-color: #FFF7EF;
		font-family: helvetica;
		font-size: 30px;
		width: 600px;
	}
        h4
	{
		font-style: bold;
		font-family: Verdana;
		color: #0000FFR;
		font-size: 25px;
	}
	h5
	{
		background-color: #FFF7EF;
		font-family: helvetica;
		font-size: 20px;
		width: 600px;
	}		
	p
	{
		color: navy;
		font-family: verdana;times;
		font-size: 15px;
	}
	
	ul
	{
		margin: 2em;
	}
