﻿/*This is the style for small mobile screens, such as smart phones*/

body
{	background-color: #e2e2e2 ;
	width: 100%;
	margin: 0; padding: 0;
	height: auto;
	border: 0px solid green;
	background-image: url(pictures/taper3.jpg);
	background-repeat: repeat-x;	
}
.menugap 
{	height: 35px;
	width: 0%;  /*Adjusted for best menu position on small screens */
	float: left; 
	background-color: none; 
	outline: 0px solid yellow; 
}
.banner
{	max-width: 989px;
	min-width: 320px;
	height: auto; 
	margin: auto;
	height: auto;
	outline: 0mm solid blue;
}

/* ++++++++++   good above this line  +++++++++ */



p.ref {
  font-family: Verdana,sans-serif;font-size:14px;line-height:1.3;
  font-style: normal;
  text-decoration: none;
/*  margin-left: 2.835em; text-indent: -2.835em;*/
  margin-right: 0in;
  font-weight: normal;
  color: black;
}

/* Extract from w3.css   body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5} */

p.ref a:link {
  color: #a47c02;
  text-decoration: none;
}
p.ref a:visited {
  color: #0000ff;
  text-decoration: none;
}
p.ref a:hover {
  color: #0000c9;
  text-decoration: none;
}