body {
 font-family: "arial", sans-serif;
 background: white;
 margin:0px;
 padding: 0px;
}
a:link {
 color: yellow;
}
a:visited {
 color: white;
}
a:hover{
 color: red;
 background: white;
}

h3 {
 margin-top: 100px;
 text-align: center;
 color: white;
}
ul.pizza {
 margin-left: 50px;
 list-style-image: url(images/bullet_pizza.gif);
}
h1 {
 padding-top: 20px;
 padding-bottom: 20px;
 color: red;
}
h2 {
 color: red;
 clear: right;
}

.year {
 font-weight: bold;
}


.tagline {
 font-style: italic;
 color: red;
}
a.main:link {
 color: blue;
}
a.main:visited {
 color: maroon;
}


