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

CSS Document for JudyStinton.com Web site
Site Designed and Coded by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector

A Note On Padding and Spacing:
top right bottom left

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

/******************************************************
        Global Definitions
******************************************************/
	
/*main text styles*/

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	background: #330000 url(images/judystinton_bg.jpg) top center repeat;
}

.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #660000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #660000;
}

.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #660000;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
}

a {
	color: #CC9933;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
}

/***********************************************/
/* Form Styles                                 */
/***********************************************/

input {
	font: normal 12px Verdana, Helvetica, sans-serif;
}

/********************* end **********************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
