/* 
---------------------------------------------------------------------------------------------
Title: Seinfeld master styles
Updated: 29-Nov-2006
--------------------------------------------------------------------------------------------- 
*/


@import url("structure.css");
@import url("content.css");
@import url("nav.css");
@import url("forms.css");

/* Macro level styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

html, div, span, p, input, textarea {
	font: 11px/1.3em arial, verdana, sans-serif;
	color: #333; /* 696969 */
}

a:link, a:active, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin:  0;
	padding:  0;	
}

.clear {
	clear: both;
}

