/* advanced lawnmower simulator css code */
/* so hands off! */

body  
	{ 
	font-family: "Book Antiqua", serif;
	font-size: 16;
      	color: black;
      	background-color: green;
	background-image: url("./images/background.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	}

a:link
	 {
	color:black;
	font-weight: bold;
	}
:link
	{
	color: black;
	font-weight: bold;
	}
a:visited
	{
	color: black;
	font-weight: bold;
	}
form
	{
	padding: 5pt;
	}

h1,
h1 :link,
h1 a:link,
h1 a:visited	
	{
	font-family: "Book Antiqua", serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 5pt;
	}

h2, 
h3
	{
	font-family: "Book Antiqua", serif;
	text-align: center;
	font-variant: small-caps;
	padding: 5pt;
	}

h4, h5, h6, p
        { 
	font-family: "Book Antiqua", serif;
	text-align: justify;
	width: 75%;
	position: relative;
	left: 12.5%;
	padding: 5pt;
	}
dl dd
	{
	font-family: "Book Antiqua", serif; 
	text-decoration: none;
	text-align: center;
	}
dl dt,
.main dl dt
	{
	font-family: "Verdana", sans-serif; 
	text-decoration: none;
	text-align: center;
	padding: 5pt;
	}
.links dl dt
	{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 5pt;
	}
.links dl dt a,
.links dl dt :link,
.links dl dt a:link,
.links dl dt a:visited,
.links ul li a,
.links ul li :link,
.links ul li a:link,
.links ul li a:visited

	{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
	color: black;
	padding: 5pt;
	}

.datetime
	{
	text-align: center;
	font-family: "Courier", monospace;
	font-size: 18px;
	}
.mowertext
	{
	float: top;
	clear: top;
	width: 100%;
	background-color: transparent;
	}
.mowertext ol
	{
	background-color: transparent;
	text-align: center;
	}
.mowertext ol li
	{
	display: inline;
	/*padding-left: 0.25em;
	padding-right: 0.25em; */
	}
.mowertext ol li img
	{
	width: 100%;
	}
.mowerlogo
	{
	text-align: center;
	}
.navigate
	{
	}
.navigate ul
	{
	display: inline;
	border-style: solid;
	border-color: rgb(160,87,8 );
	border-width: 3px;
	background-image: url("./images/patio.jpg");
	padding: 0.5em;
	top: 1em;
	margin: 2;
	width: 95%; 
	text-decoration: none;
	text-align: center;
	}
.navigate ul li
	{
	display: inline;
	padding-left: 0.25em;
	padding-right: 0.25em;
	}
.notes
	{
	font-family: "Book Antiqua", serif;
	font-size: 24;
      	color: black;
	text-align: center;
	}
.title
	{
	font-family: "Book Antiqua", serif;
	font-size: 30;
      	color: black;
	text-align: center;
	}
.bignumlist
	{
	font-family: "Book Antiqua", serif;
	font-size: 18;
      	color: black;
	text-align: justify;
	width: 80%;
	padding-left: 10%
	}

.shopfloat
	{
	border-style: none;
	text-align: center;
	}
