/*reset browsers CSS Document */

/*  undo html -> this is to undo all browsers basic built in styles   */
/*****************************/
:link, :visited { text-decoration: none; }

ul,ol { list-style: none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }

img, a img, :link img, :visited img { border: none; }

address { font-style: normal; }

/*****************************/
/* OPACITY/TRANSPARENCY filter
______________________________
filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
*/
/***************************************
 TYPOGRAPHY
 _____________
/* Standard. Readable */
	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */
	
/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */

/* Narrow */
	/* font-family: 'Arial Narrow', 'arial-narrow', Lucida grande, narrow sans-serif,sans-serif; */	

/* Modern thin */
	/* font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', Helvetica, sans-serif; */	


	
/****************************************/