@font-face {
	font-family: "Constantia";
	src: url("http://ltwp.net/saeedy/css/Constantia.ttf");
}
@font-face {
	font-family: "Constantia";
  font-weight: Bold;
	src: url("http://ltwp.net/saeedy/css/Constantia-Bold.ttf");
}
@font-face {
	font-family: "Constantia";
  font-style: italic;
	src: url("http://ltwp.net/saeedy/css/Constantia-Italic.ttf");
}
@font-face {
	font-family: "Didot";
	src: url("http://ltwp.net/saeedy/css/Didot.ttc");
}

*{
  margin: 0;
  padding: 0;
  border: none;
  color: #454545;
  text-align: justify;
}
body{
  font-family: 'Constantia', serif;
  background-color: white;
  font-size: 14pt;
  line-height: 140%;
}
h1, h2, h3{
  font-family: 'Didot', 'Prata', serif;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
h1{
  margin-top: 30px;
  margin-bottom: 20px;
}
h2{
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 30px;
  line-height: 150%;
}
h3{
  font-style: italic;
}

p{
  text-indent: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
}

hr{
  padding-top: 30px;
  border-bottom: 1px solid black;
  width: 20%;
  margin: 0 auto;
  height: 0;
  clear: both;
}

ul{
  line-height: 150%;

}
li{
  list-style-type: none;
}
ul li:before{
  content: "\07E \020";
}

a{
  text-decoration: none;
  color: #ac0037;
}
a:hover{
  border-bottom: 1px solid #ac0037;
}

.imgcont{
  width: 250px;
  margin: 40px auto;
}

.imgcont img{
  width: 100%;
  text-align: center;
}

img{
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.description{
  font-style: italic;
  font-size: 11pt;
  margin: 20px auto;
  width: 70%;
  text-indent: 0;
}

.container{
  margin: 0 auto;
  width: 40%;
}

.footer{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 12px;
  font-size: 10pt;
  clear: both;
}

comment{
  xdisplay: none;
  position: absolute;
  max-width: 18%;
  text-indent: 0;
  right: 72%;
  font-size: 14pt;
  background-color: #FCF6CF;
  padding: 5px;
  line-height: 150%;
  text-align: left;
  cursor: pointer;
}

.arrow{
  content: 'derp';
  height: 0;
  width: 10px;
  border-left: 20px solid green;
  left: 23%;
}

#columns{
  margin: 0 auto;
  width: 70%;
}

.left, .right{
  width: 50%;
  float: left;
}

#columns a{
  border-bottom: 1px solid #ac0037;
}
