/*
	lptemplate0.css - css for the default landing page templates

	DIY Landing Pages plug-in
	
	Copyright (C) 2010 DIYOnlineSolutions.com  All Rights Reserved.
*/

BODY
{
  margin-bottom: 0.1em;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  
  font-size: 1em;
/* if you want to set your own images, remove the comment markers and change the following lines: */
/*
  background-image: url('images/Page-BgGradient.png');
  background-repeat: repeat-x;
*/
}
P
{
  margin-bottom: 0.5em;
}

H1
{
  display:block;
  margin-top: 0; margin-bottom: 0;
  font-size: 2em;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 2em;
}
H2
{
  display: block;
  margin-top: 0; margin-bottom: 0;
  font-size: 1.8em;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.9em;
}
H3
{
  display: block;
  margin-top: 0; margin-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.5em;
}
H4
{
  display: block;
  margin-top: 0; margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  font-family: sans-serif;
  line-height: 1.3em;
}


.pagecontent
{
  width: 800px;
  margin-bottom: 10px;
  padding-top: 1em;
  padding: 8px;
  text-align: left;
/*  border: 1px solid #111111; */
  background-color: white;
}

