<link href="style1.css" type="text/css" rel="stylesheet" />
/*
CSS wegoauctionit.com
*/

body 
{
background-color: #fff;
padding: 5px;
}

#heading 
{
  text-align: center;
  width: 740px;
  background-color: #fff;
  padding: 3px;
}

#bodycontent
{ 
font-family:Vernada, Helvetica, Arial, sans-serif;
  background-color: #F9C8D8;
  width: 740px;
  padding: 5px 15px; 
}

h1 
{
 text-align: right:
  font-size: x-large;
  background-color: #EE71A2;
  color: white;
  padding: 1em;  
  margin: 0;
  
}

h2 {
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
   color: navy;
  font-size: 130%;
  font-weight: normal;
  margin-top: 15px;
  padding-top: 15px;
}
.links {
    
    float: left;
    width: 300px;
    clear: right;
    padding: 40px 0 10px 0;
}
#images {
    width: 400px;
    float: left;
    padding: 10px 0 10px 0;
}

.caption { 
   text-align: center;
   color: red;
   margin: 10px 20px 10px 250px;
   padding: 0 10px 20px 15px;

}

.copyright {
    text-align: center;
    color: white;
    background-color: #EE71A2;
    width: 740px;
    padding: 10px 0 1px 0;

   }       

 ul {
  margin-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

a {
  font-weight: bold;
}

a:link {
  color: green;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;

 
