body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 18px;
  color:#fff;
}
p{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
}
a:focus
{
  outline: 1px dotted invert;
}

hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1{
  font-size: 25px;
  font-weight:normal;
  margin: 0;
  padding:20px 0 0 250px;
  font-size: 72px;
  color: #333;
  line-height: 40px;
}
h2{
  padding:5px 0;
  font-size: 20px;
  font-weight: normal;
}
h3{
  margin:0;
  padding:10px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
h4{
  margin:0 0 -5px 0;
  padding: 10px 0 1px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
h5{
  font-size: 14px;
  line-height: 1
}
h5.topslogan{
  padding:48px 0 0 320px;
  font-weight: normal;
  font-family: Georgia;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  text-indent: 50px;
  display:block;
  width: 311px;
}
h6{
  font-size: 15px;
  margin:20px 0 0 0;
  padding:0 0 9px 0;
  font-size: 14px;
  color: #333;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
/*h4,*/
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}