/* ------------------------------------------------------------------------------------------------------- */

div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, san-serif;
	font-size: 90%;
	color: #000000;
	background: #ffffff;
	background-image: url(../_images/lrock003.jpg);
	list-style-image: url(../_images/bullet.gif);
}

h1, h2, h3
{
	line-height: 1em;
	font-weight: normal;
}

h1
{
	margin-top: 0px;
	margin-bottom: 10px; 
}

h2, h3
{
	margin-top: 25px;
	margin-bottom: 10px; 
}

p
{
	margin-top: 0px;
	margin-bottom: 20px; 
}

strong
{
	font-weight: bold;
}

/* unordered list styles */
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: none; }

a:link, a:visited, a:hover {
  color: blue;
  
}
