/* 
	
	Compatibility style sheet for www.videopool.org
	
	This style sheet is <link>ed from all web pages, and provides
	basic formatting suitable for Netscape 4.  Advanced layout is 
	provided by /default-standards.css.

*/

body {
	margin-top: 40px;
	margin-right: 75px;
	margin-bottom: 300px;
	margin-left: 200px;
	color: #000;
	background-color: #fff;
}
/* provide block elements for Netscape 4's broken inheritence */
body, td, p, blockquote, ol, ul, dl, address {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
}

/* links */
a:link, 
a:hover, 
a:active {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}

h1 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 2em;
}
h2 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 3em;
	margin-bottom: 1em;
}
h3 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 2em;
}
h4 {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: -1em;
}
h5 {
	font-weight: bold;
	font-size: 10px;
}

h6 {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}



