body {
	margin: 0;
background-image: radial-gradient(circle, #f9b1ff, #f795ff, #f576ff, #f151ff, #ed00ff);
	font-size: 14px;
	line-height: 20px;
    text-shadow: -0.06em 0.06em 0.20em  #666;
}

html  {
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  color: #000;
  font-family: "Georgia", serif;
}

h1  {font-size:30px;}
h2  {font-size:26px;}
h3  {font-size:22px;}
h4  {font-size:18px;}
h5  {font-size:13px;}
h6  {font-size:10px;}

.textbox {
		width:468px;
		height:350px;
/*		margin:50px 50px;*/
		color:#f30c0c;	
/*		border: black thick solid;*/
		position: relative;
		top: 40px;
		left:50%;
		margin-left: -234px;
}
/*		background:-webkit-linear-gradient(rgba(0,0,0,0.47) 0%, rgba(255,255,255,0.56) 100%);*/

p.ex1 {
	padding-top: 50px;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Georgia", serif;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
*/		
hr {
  margin: auto;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 36%;
  align: center;
}

.footer  {
	width:940px;
	height:75px;
	bottom:0px;
/*	border: black thin solid;*/
	position: absolute;
	margin-bottom: 0px auto;
	background-color: hsla(358, 99%, 100%, 0.35);

    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

    font-family: "Georgia", serif;
    font-size: 18px;
    color: black;
}

.mycontent  {
	padding:20px;
	width:900px;
	height:450px;
/*	margin-top:10px;*/
/*	border:1px black solid;*/
	position:relative;
/* 	background-color:rgba(255,255,255,0.5); */
	
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;

}	

.mycontent2  {
/*	padding:20px;*/
	width:940px;
	height:490px;
/*	margin-top:15px;*/
	
/*	border:1px black solid;*/
	position:relative;
	background-color: hsla(358, 99%, 100%, 0.35);
	
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

}	

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #efdada;
  font-size: 18px;
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #efdada;
  font-size: 18px;
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit-mod {
  border-style: solid;
  border-color: #FFDCF9;
  border-radius: 9px;
  padding: 28px; 
/*  margin-bottom: 9px; */
/*  margin-top: 20px; */
  font-family: "Georgia", serif;
  font-size: 28px;
  font-weight: 200;
  text-shadow: -0.06em 0.06em 0.20em  #666;
  line-height: 14px;
  color: inherit;
  background-color: #FFEDFC; 
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.hero-unit {
	border-style: solid;
	border-color: #FFDCF9;
	border-radius: 18px;
/*  padding: 60px;*/
  padding: 20px; 
/*  margin-bottom: 30px;*/
  margin-bottom: 20px;
  font-family: "Georgia", serif;
  font-size: 24px;
  font-weight: 300;
  text-shadow: -0.08em 0.08em 0.25em  #666;
  line-height: 26px;
  color: inherit;
/*  background-color: #eeeeee;*/
/*  background-color: hsla(358, 99%, 100%, 0.35); */
/*	background-color:#a40000; */
  background-color: #FFEDFC; 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

