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

CSS Document for Deep Story Works 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;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/deepstory_bg.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #FFFFFF;
}

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

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

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

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

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

a:hover {
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 50px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
}
