html,body{
   height: 100%;
}
body{
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #fff;
   font-family: arial, sans-serif;
   text-decoration: none;
   word-spacing: normal;
   text-align: center;
   letter-spacing: 0;
   line-height: 120%;
   font-size: 1em;
   font-weight: 400;
}

body.pop{
   padding: 1em;
}
img{
   border-style: none;
   margin: 0 5px 0 5px;
}
img.border{
   border-style: solid;
   border-width: 1px;
   border-color: black;
}
a:hover img.border {
   border-style: solid;
   border-width: 1px;
   border-color: red;
}
p{
   clear: both;
}
h1{
   padding-top: .5em;
   border-style: none none solid none;
   border-width: 0px 0px 3px 0px;
   border-color: #eaeaea;
   clear: both;
}
h2, h3, h4, h5, h6{
   clear: both;
}
ol, ul{
   text-align: left;
}
ul{
   list-style: none;
}
hr{
   color: #e9e9e9;
   clear: both;
}
hr.short{
   width: 10%;
}
input, textarea, select{
   font-family: arial, sans-serif;
   text-decoration: none;
   word-spacing: normal;
   text-align: justify;
   letter-spacing: 0;
   line-height: 120%;
   font-size: .8em;
   font-weight: 400;
   padding: 1px;
   color: #999;
   background: #eee;
   border-style: solid;
   border-width: 1px;
   border-color: #ccc;
}
