body {
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: C0C0C0;
}

/* By the way, this is a comment */

p {
	font-size: 80%;
	line-height: 1.5em;
}

h1 {
	color: C0C0C0;
	font-size: 85%;
	letter-spacing: 0.05em;
}

h2 {
	color: FFFF00;
	font-size: 90%;
	letter-spacing: 0.05em;
}

h3 {
	color: FFFFFF;
	font-size: 115%;
	letter-spacing: 0.05em;
	text-align: center;
}

h4 {
	color: C0C0C0;
	font-size: 120%;
}

a {
	text-decoration: none;
	color: FFFFCC;
}

a:hover {
	color:FFD700;
}
