@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#e79c33;
	background-image:url(wool-for-light-background.png);
}

.center {text-align:center;}

.i {font-style:italic;}
.b {font-weight:bold;}
.r {text-align:right;}
.s {font-size:.8em;}
.red {color:red;}

.main {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCCCCC;
	padding:20px 40px 20px 40px;
	line-height:1.5em;
	background-color:white;
}

ul li, ol li {margin-bottom:1em;}

.responsive {
  width:100%;
  height:auto;
}

.max769 {max-width:769px;}