﻿/*Dan Occhipinti*/

body{
	
	font-family: arial, helvetica, sans-serif;
	background-color: ffff99;
	}
	
h1
{
font-weight: normal;
font-style: italic;
font-size: 200%;
color:orange;
background-color:black;
}

h2{
	
	font-size: 150%;
	color:white;
	background-color:navy;
	display: inline;
	padding: 4px;
}

li{
	
	list-style-type: square;
	color: navy;
	font-weight: bold;
}
#footer {
	font-size: small;
	color: #800080;
	text-align: center;
}
.intro {
	font-weight: bold;
	color: #000080;
}
.copyright {
	font-family: "Times New Roman";
}
