@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------------
 * FOODBAG Website Screen Presentation Layer
 * Author:	REYEZ!
 * Created:	28-10-2009
 * Notes:	none
-------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: 		white;
	color: 				black;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 	1em;
	border-bottom: 		1px solid gray;
}

a {
	color: 				black;
	text-decoration:	underline;
}

a:link {
	color: 				black;
	text-decoration:	underline;
}

a:active {
	color:				black;
	text-decoration:	underline;
}

a:hover {
	color:				black;
	text-decoration:	underline;
}

a:visited {
	color:				black;
	text-decoration:	underline;
}

