﻿body {
  padding: 0;
  margin: 0;
  background: #ffffff url(images/bg.jpg) no-repeat center top;

  width: 100%;
  display: table;
}
p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 5px;
	font-size: 18px;
	line-height: 1.3em;
	color: ccff66;
	text-shadow: black 0.0em 0.0em 0.2em
}

p.intro strong {
	font-weight: bold;
}

p.intro a {
	font-weight: normal;
}

p.text1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.3em;
	color: ffffff;
	text-shadow: #000000 1px 1px 1px;
}

