body {
	color:midnightblue;
	font-family: georgia; 
	font-size: 16px;
	background-color: silver

}

h1 {
	color:darkviolet; 
	text-align: center;
	font-size: 2.6em;
}

h2 {
	color:darkviolet;
}
p{
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 1em;
}

a:link {
	color:midnightblue;
}

a:visited {
	text-transform: uppercase;
	color:darkviolet;
}

a:hover {
	text-decoration: line-through;
}

a:active {
	background-color:lightgreen; 
}