﻿/* CSS Document */



h1 {color: purple;}
h3 {color: green;}
h4 {color: lime;}

#miss {color: black;
	width:90%;
	padding:10px;}

#love {color: navy;
	font-size: .875em;
	line-height: 1.6;
	text-align: center;}

#tie {color: green;
	ffont-weight: bold;
	line-height: 1.6;
	text-align: center;}

/*4.link*/
a:visited {color: orange; text-decoration: none;}
a:hover {color: green; text-decoration: underline; font-size: 30px;}

