	body {background-color: black; 
		   min-width: 300px;
		color: lightgrey;

	  
	}
	
	#wrapper { 
			background-image: url("images/BikesLng.bmp");
		padding-bottom: 50px;
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		width: 90%;
		} 

    h1, h2 {
		font-family: Verdana, sans-serif;
		text-align: center;
			margin-top: 0px;
		}
	#ind { 
		font-family: Verdana, sans-serif;
        font-size: x-large;
	    width: 20%;
		margin-left: auto;
		margin-right: auto;
		line-height: 32px;
		margin-top: 100px;
		
		
		}
	
	h3 { font-family: Tahoma, Verdana, sans-serif;
			text-align: center;
			margin-top: 0;
			text-decoration: underline;
		}
		
	
	h4 { font-family: "Times New Roman", Times, serif;
			margin-top: 10px;
			text-align: center;
		}
	
	h5 { font-family: Tahoma, Verdana, sans-serif;
			text-align: center;
            font-size: large;
            margin: 5px;
		}
		
	a:link {text-decoration: underline; color: lightgray;}
	a:hover {text-decoration: underline; color: black;}
    a:visited {text-decoration: none; color: lightgray;}
	
	ul a {vertical-align: 6px;}
		
	ul {text-align: left;
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: bold;
		font-style: normal;
		list-style: disc outside;
		margin: auto;
		list-style-image: url("images/toolSmTr2.png");
		width: 60%;}
	
	li::marker {padding-bottom: 10px;}

	#bckbtn {line-height: 22px;
				text-align: right;
				margin-right: 35px;
	}
	
	#wrapper2{background-color: #F5F5F5;
			width: 55%;
			margin: 100px auto;
			padding: 10px 0 25px 0;
			line-height: 40px;
			color: black;
			}
			
	#wrapper2 a{color: black;}
	
	#wrapper2pdf{background-color: #F5F5F5;
			width: 900px;
			margin: 100px auto;
			padding: 10px 0 25px 0;
			line-height: 40px;
			color: black;
			}

    footer {text-align: right;
            font-size: smaller;
            padding-right: 20px;
            padding-top: 50px;
            font-family: Tahoma, Verdana, sans-serif;
    }
    

@media only screen and (orientation: portrait){
	#wrapper {width: 87%;}
	
	#ind { width: 50%;
		}
	
	#wrapper2 {
			width: 86%;
	}
	
	ul {width: 70%;}
	
	
}
	