body
{
	font-family: Calibri, arial;
	font-size: 10pt;
	list-style-type: circle;
}

a
{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	list-style-type: circle;
	background-color: inherit;
}
a.heading {
        text-decoration: none;
}
textarea, select, input[type="text"]
{
	font-family: inherit;
	font-size: inherit;
        font-weight: bold;
	color: inherit;
        
}
h1, h2 {
	font-family: inherit;
	
	list-style-type: circle;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}

.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:320px;
	height:200px;
	background:#D9853B;
	margin:40px auto;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 35px 20px #777;
  transform: rotate(-8deg);
}
.effect5:after
{
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.effect6
{
  	position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
div.main {
    border: 0px solid black;

    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
