/* CSS Document */

.title 	{color:white;
background-color: #660000;
padding:10px;
width:350px
;}

h2 {color:white;
	background-color: #660000;
}
h3 {color:white; 
background-color: #006600;}


.italic {
	font-style:italic;
	
}
