body {
  font-size: 62.5%;
  margin:0px;
  padding:0px;
}
#Content {
	position:absolute;
	left:50%;
	width:500px;
	margin-top:20px;
	margin-left:-266px;
}
#dashedbox {
	border:1px dashed #333;
	padding:15px;
}
/*****************************************************************************
 colors
 *****************************************************************************/
h1, h2 {color: #314863; }
a {color: #4C7099; }
/*****************************************************************************
 headers
 *****************************************************************************/
h1 {
  padding-left:15px;
  padding-right:15px;
  font-family: Georgia;
  background-color: #fff;
  
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 3em;
  font-style: italic;
}
h2 {
  font-family: Georgia;
  background-color: #fff;
  
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 2em;
  font-style: italic;
}
p {
  font-family: Times New Roman;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 1.4em;
}
li {
  font-family: Times New Roman;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 1.4em;
}
p.email {
  font-family: Georgia;
  background-color: #fff;
  color: #999999;
  text-decoration: none;
  word-spacing: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 1em;
  font-style: italic;
}
a {text-decoration: none; font-style: italic; }
a:hover {color: #993333}   /* mouse over link */
a:active {color: #993333}   /* selected link */
a.email:link {color: #999999}     /* unvisited link */
a.email:visited {color: #999999}  /* visited link */
a.email:hover {color: #993333}   /* mouse over link */
a.email:active {color: #993333}   /* selected link */
/* mark external links (not IE) */
a[href^="http:"]:after
{
	color: #666666;
	content: " \2750";
    font-style: normal;
    font-weight: normal;
}
