/* Specify blanket rules for all elements -------------- */
	body {
	font:0.7em 'Lucida Grande',Verdana,sans-serif;
	/*font-size:0.7em; this is 11pt type */
		color:#2F120F;
	background: #330000;
	line-height:170%;
		} 

/* Rules for headings -------------- */
	h1 { 
		font-size:110%; 
		} 
	h2 {
	font-size:115%;
	color: #C00;
		} 
	h3 { 
		font-size:120%; 
		} 


/* container for centering all our content --------- */
	#container {
	width:820px;
	margin: 0 auto 0 auto;
	padding:10;
	border:2px solid #000000;
	background:#FFFFFF;
	text-align: left;
		}


/* define links when within a paragraph ------------- */
p a:link {
	color:#C00;
	text-decoration:none;
	border-bottom:1px dotted #CCCC33;
  }
p a:visited {
	color:#C00;
	text-decoration:none;
	border-bottom:1px dotted #CCCC33;
  }
p a:hover {
	color:#C00;
	text-decoration:none;
	border-bottom:1px dotted #CCCC33;
  }
p a:active {
	color:#C00;
	text-decoration:none;
	border-bottom:1px dotted #CCCC33;
  }


/* Turn off borders on image links */ 
  img { 
    border:0; 
    } 
