/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/

body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background: #6bcfb1 none no-repeat fixed;
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
}

/* @group Headers */

h1 {
	font: normal 24px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #000;
	margin: 0 0 20px;
	text-decoration: underline;
	background-color: #6bcfb1;
}

h1 span {
	color: #000;
}

h2 {
	color: #000;
	text-decoration: underline;
	background-color: #6bcfb1;
	margin-top: 0;
	margin-right: 0cm;
	margin-bottom: 20px;
	margin-left: 0cm;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	font-size: 1em;
}

/* @end */

/* @group Content */

#content {
	background: url(images/CSSEdit.png) no-repeat 0 0;
	min-height: 300px;
	max-width: 600px;
	padding: 25px 65px 50px 210px;
}

p {
	color: #000;
	width: 95%;
}

p strong {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 3em;
	font-style: oblique;
	font-weight: bolder;
	background-color: #096;
	clear: both;
	float: none;
	height: 4px;
	width: 4px;
	border: thin solid #063;
	font-variant: small-caps;
}

#try-it {
	color: #fff;
	padding: 0 0 0 20px;
}

#try-it li {
	list-style-position: inside;
	margin: 5px 0;
}

/* @end */

.PageTitle {
	font-family: Arial Black, Gadget, sans-serif;
}

