@charset "utf-8";
/* CSS Document */
* {
	margin: 0;padding:0px;
}
HTML {
  min-height: 80%;
  height: 100%;
  width:100%;  
  background-color: white;
  font-size:62.5%;
}


BODY{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #493D26;
	font-size:1.8em;
  line-height: 125%;
  border: 8px solid #ff6600;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px auto auto auto;
  height: 99%;
  width:99%;
  overflow-y:auto;
  overflow-x: hidden;
  padding:5px;
  padding-bottom: 30px;
}

P{
	margin-bottom:15px;
	padding-right:30px;
}

H1, B{
  color:#ff6600;
  font-size:19px;
}

ARTICLE{
	display:block !important;
	padding:15px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px !important;
  margin-left: 1px;
  max-width: 662px;
  overflow: hidden;
  min-width: 100px;
  width: 80%;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height:300px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

UL{
 list-style-position: inside;
}

ARTICLE:after{content:"*";
  display: block;
  background: transparent;
  height: 29px;
  width: 100%;
  position:absolute;
}

A{
  color: #ff6600;
}

