.body{
    background-image:url("http://www.rosespringcenter.com/wp-content/uploads/2015/07/Chosing-the-right-variety.jpg")
}
.banner {
    text-align: center;
    background-color: black;
    opacity: 0.7
}
h1 {
    color:White;
    font-family: Palatino, 'Palatino Linotype' , serif;
    font-size:30;
    font-weight:bold;
}

p {
    color:white;
    font-size:19;
}

h3 {
    color:white;
    font-weight:bold;
    font-size:20;
}

tr {
     Background-color:violet;
     font-weight:bold;
     font-family:ariel;
}
#navbar {
	position: fixed;
	top:10px;
	left:50%;
	margin-left:-254px;
}

ul{
	list-style-type: none;
	position: fixed;
	margin: -10px;
}

li {
	display: inline;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px 5px;
	background-color: #cc0323
}