@import url(summitauctionimport.css);

body, h1, p {
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #fff;
color: #404040;
}

h1 {
font-size: 1.5em;
 }

p {
font-size: .9em;
}

a:link {
color: #0067b1; /*blue */
background: inherit;
}

a:visited {
color: #404040;
background: inherit;
}