/* default.css - a simple style sheet */
/* use a faded gradient line for the image, png or gif, fading to background-color */

body {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  margin: 0; 
  padding: 0;
  background-color: rgb(206,231,255);
  background-image: url(Images/line.jpg);
  background-repeat: repeat;
}

p { background-color: none; }
h2 { background-color: none; }
ul { color: black;
   }
hr { height: 2px;
  width: 100%;
   }

:link {
 color: navy;
}
:visited {
 color: red
}

strong { color: red }

h1,h2,h3,h4,h5,p { 
  font-family: sans-serif; 
  text-align: center;
}

ul { 
  font-family: sans-serif;
}


table
{
  border-style: none;
  border-color: #aaa;
  background-color: none;
  border-width: 1px;
  font-family: sans-serif;
}

th
{
  color: #000;
  background-color: none;
  border-style: none;
  border-color: #aaa;
  border-width: 1px;
  font-weight: bold;
  text-align: center;
}

td
{
  color: #000;
  background-color: none;
  border-style: none;
  border-color: #aaa;
  border-width: 1px;
  text-align: center;    
}

.model-year
{
  text-align: right;    
}
