/*

	Filename: css/reset.css
	Project: Tech Town Website
	Client: City of Dayton
	Agency: Chisano Marketing Group
	Date: 3/2/2010
	
	Developer: Tyson Willey
	Designer: Leia Vieira
	
	Description:
		Reset all browser default styles.

*/



* {

	background: none;
	border: none;
	color: inherit;
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	font-style: normal;
	letter-spacing: inherit;
	line-height: inherit;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;

}

strong {font-weight: bold}
em {font-style: italic}
small {font-size: smaller}