/* CSS Document */



h1 {

	color: black;

	font-family: Times;

	font-style: italic;

	font-size: 18px;

	text-decoration: underline;

	

	}

	

h2 {color: black;

    font-size: 12px;

	font-family: Times;

	font-style: bold;

	text-decoration: underline;

	}

	

h3 {

	color: black;

	font-family: times;

	font-size: 15px;

	font-style: bold;

	}

	

.text {

	font-family: Times;

	font-size: 10px;



}