/* CSS for Interpretation of Love, 2007 */

Body
{
	background-color:palevioletred;
    scrollbar-face-color:maroon;
    scrollbar-arrow-color:white;
    scrollbar-track-color:white;
    scrollbar-shadow-color:white;

}

h2{ 
	color:maroon;
	font-family:Honeymoon, "times new roman", serif;
	font-style:Bold; 
	}

h3 { 
	color:maroon;
	font-family:Honeymoon, "times new roman", serif;
	font-style:Bold;
	}
	
p.one {
		font-size:11pt;
		font-family:"times new roman", Georgia, serif;	
		font-style:normal;
		}
/* <p class="one"> Text,</p> */
	
li{ 
	list-stlye-type:&hearts;
		/* list-style-image: url(images/bulletpoint.gif); */
	}
	
p.two{
	font-size:12pt;
	color:maroon;
	font-family:Georgia, "times new roman", serif;
	font-style:Bold; 	
	}
	
	
	a:link{color:purple; text-decoration:none;} 
    a:visited{color:purple; text-decoration:none;} 
	a:hover{color:white; text-decoration:none;}  
	a:active{color:white; text-decoration:none; background-color:maroon;} 
	
			
 /* { background-color:maroon;} */ 
 
 
 