/*	
	Copyright (c) 2006.
	All rights reserved
	
	
	$ Revision date: 11/11/05
	
	Page style CSS Selectors 	 

	CONTENTS
	1. Headings
	2. General text
	3. Link styles
	4. Form styles
	
*/ 

* { padding:0; margin:0; border: 0; }

/* headings */	

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica,  verdana, sans-serif;
	font-size: 90%;
	color: #333;
	background-color: #000;
	}

h1 {font-size: 170%; font-family: georgia, Times New Roman, Serif; font-weight: normal;}

h2 {font-size: 110%;}

h3 {font-size: 100%;}

h4 {font-size: 100%;}



/* general text  */	
	



/* links */

form {float: left; margin: 0; padding:0; font-size: 85%; width: 300px;}
input {border: 1px solid #ccc; margin: 0 0 5px 20px; width: 175px;}
input.submit {width: 50px;}
textarea {border: 1px solid #ccc; margin: 0 0 5px 20px; width: 175px;}
.clear {clear: both; }