
/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
background: #FFE0eb;
	margin: 0; padding: 0;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #330000;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #923161;
font-family: "Times New Roman";
font-size: 15px;
text-decoration: none;
}
a:hover {
	background: inherit;
	color: #336804;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}


p, h1, h2, h3 {
	margin: 5px 15px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;

}
ul span, ol span {
	color: #666666;
}


/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.left {float: left;
  margin-right: 20px;
}
a img {  
  border: 0px solid #72A545; /* #32CD32; */
}
a:hover img {  
  border: 0px solid #806B4D !important; /* IE fix*/
  border: 0px solid #72A545; /* #32CD32; */
}

code {
  margin: 5px 0;
  padding: 5px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.green {	color: #32CD32; }




