h1
{	
	border : 5px dashed purple ;
	padding : 5px ;
	width : 200px ;
	
}
body 
{ 
	color : Black ; 
	background : #ffaec9 ;
	font-family : "Times New Roman", serif  ; /* I think the webpage always loads this but just to be safe */

}
body.custom-cursor
{
	cursor : url(assets/heartbullet.png), default ;
}
hr 
{
	color : Black ;
}
