/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin:0; padding: 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%}

/* Removes list-style from lists */
ol, ul
{ list-style: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes borders and spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ' ';}

a
{text-decoration: none;}

/* BEGIN DEFINED STYLES */

body {
	font-family: Geneva, Arial, sans-serif;
	text-align: center;
	filter: shadow;
	font-stretch:extra-condensed;
}

p {
	font-size: 12px;
	padding: 5px;
}

a {
	font-size: 14px;
	color: #5fb232;
}

h1 {
	font-size: 36px;
	margin-bottom:  10px;
	
}

h2 {
	font-size: 18px;
	margin-bottom:  10px;
	margin-top: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}

ul {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}

li {
	font-size: 12px;
}

.green {
	color: #5fb232;
}

.pink {
	color: #e31f8a;
}

.purple {
	color: #3f0e76;
}

.white {
	color: #FFFFFF;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent {
	margin-left: 50px;
}

.large {
	font-size: 42px;
}

.shadow {
	text-shadow: #999999 2px 2px 2px;
}

.italics {
	font-style: italic;
}

#testimonials {
	margin-left: 25px;
}

#whatsnew {
	margin-left: 25px;
}





