body {
    margin: 0;
    padding: 0;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: inherit;
    background-color: #003300;
    }

.tractors {
    font-size: 16px;
    color: #669933;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    }

.smalltractors {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #669933;
    }
    
.priceline {
    font-size: 16px;
    color: white;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    }

h1 {
    font-weight: bold;
    font-style: oblique;
    text-transform: capitalize;
    text-align: center;
    color: white;
    font-size: 38px;
    line-height: 52px;
    font-family: Tahoma,Helvetica,sans-serif;
    }

.smallprint {
    font-size: x-small;
    }
    
a.nav:link, a.nav:active, a.nav:visited {
    color : #669933;
    font-size: 10pt;
    text-decoration: none;
    }
    
a.nav:hover {
    color: Yellow;
    font-size: 10pt;
    text-decoration: underline;
    }
