/* All comments are within slashes and asterisks like this */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	color: #000000;
	margin: 20px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../assets/background.jpg);
	text-align: center;
	width: 99%;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCCC66;
}

/* Links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
a:hover  { text-decoration: underline overline; }
a:active  { color: #FFFFCC; text-decoration: underline overline; }
a:visited  { color: #FFFFFF; text-decoration: none; font-weight: normal;} 
.here {	
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

#zazen {
	text-align: center;
	width: 500px;
}

#meditation {
	background-image: url(../assets/logo.gif);
	width: 249px;
	height: 249px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 24px;
	background-position: center center;
	vertical-align: middle;
}
#meditation h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 70px;
	margin-bottom: -1em;
}
#meditation h4 {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-bottom: 56px;
}
#meditation ul, #meditation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	text-indent: 0px;
	font-size: 12px;
	line-height: 1.2em;
}
#footer {font-size: 11px; margin: 20px;}
p { font-weight: bold; font-size: .9em; max-width: 700px;}
ul, li { list-style-type: none; text-indent: 0px; margin: 0px; padding: 0px; border: 0px;}
td {text-align: left;}
p.box {
	width: 220px;
	text-align: justify;
	/* color: #006699;  dark blue */
	/* color: #9999CC;  grey */
	font-weight: normal;
	border: 20px;
	line-height: 1.5em;
	word-spacing: normal;
}