/*
 * Cascading Style Sheet
 * Gluttonous Gardener Corporate Website
 * Created By Osmodus Ltd
 *
 * Reset all default browser styles
 */

* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:0.8125em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1em;
}
p {
	line-height:1.2em;
}
a {
	text-decoration:underline;
}
a img {
	border:0 none;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul,ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
strong {
	font-weight:bold;
}
fieldset {
	border:none;
}
legend {
	display:none;
}

