
body { 
font-family: arial, helvetica, sans-serif; 
background-color: #f5f5dc 
}

a    { 
font-weight: bold; 
font-size: 10pt; 
color: blue; 
text-decoration: none 
}

a:hover {
font-size: 10pt; 
font-weight: bold; 
color: red; 
text-decoration: 
overline underline 
}

a.nav   { 
font-size: 10pt; 
color: blue 
}

a.nav:hover  { 
font-size: 10pt; 
color: red; 
text-decoration: overline underline 
}

a.navBar   { 
font-size: 10pt; 
color: yellow 
}

a.navBar:hover  { 
font-size: 10pt; 
color: white; 
text-decoration: overline underline 
}


input {
padding-left: 3px;
} 

li  { 
font-weight: bold; 
font-size: 14pt; 
color: blue; 
text-decoration: none 
}

td.idx {
font-size: 12pt;
}

td.mfg {
font-weight: bold;
font-size: 12pt;
color: blue;
}


tr.sle    { 
font-size: 9pt; 
}


#logotable {
position: absolute;
top: 75px;
left: 2px;
}

#logo {
position: absolute;
top: 50px;
left: 300px;
}

#cars {
position: absolute;
top: 400px;
left: 400px;
}

#navbar {
position: absolute;
top: 350px;
left: 4px;
}

#search {
position: absolute;
top: 105px;
right: 50px;
}


#indexP1 {
position: relative;
top: 25;
left: 20;

}

#indexP2 {
position: absolute;
top: 1040;
left: 300;
width: 60%;
}


#store1 {
position: absolute;
top: 820px;
left: 550px;
}

#store2 {
position: absolute;
top: 770px;
left: 270px;
}

#store3 {
position: absolute;
top: 690px;
right: 5%;
}


dl {
font-size: 12px;
}
dt {
font-weight: bold;
}


