@charset "utf-8";

/*
	Assignment: Midterm Project
	Author: Chris LaFleur
	Date: 11/23/23
	
	Reseting stylesheet
*/

html, body, div, span, object, h1, h2, h3, 
h4, h5, h6, p, blockquote, article, tbody, 
thead, tfoot, ol, ul, li, td, th, caption, 
aside, header, footer, nav, section, tr, table{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

nav ul{
	list-style: none;
}

a:link, a:visited, a:active, a:hover, a:focus{
	color: black;
	text-decoration: none;
}

img{
	display: block;
	max-width: 100%;
}