body
{background-image: url("img/paper.jpg");}

h1 , em
{ color: red;}
h2
{color: green;}
h3
{color: blue;}
h4
{font-size: 1.8em;
font-family: Impact, sans-serif;
color:black;}
p
{color: brown;}
.important
{color: red;}

nav{
	float: right;
	width: 170px;
	border: 3px solid black;
	border-radius: 10px;
}