/*******************************************************************************
   File Name: aircraft.css 

   Modified: 21 August 2006	By: D. T. Senda
*******************************************************************************/
<style>

body {
     font-family: arial;
     font-size:   12px;
     color:       black
     }

td {
   font-family: arial;
   font-size:   10px
   }

.button {
        padding:         0px 10px;
        font-family:     verdana;
        font-size:       12px;
        font-weight:     bold;
        color:           black;
        background:      yellow;
        border:          3px solid black; 
        text-decoration: none
        }

.button:hover { 
              background: red
              }

h1 {
   font-family:   arial;
   font-size:     18px;
   margin-top:    3px;
   margin-bottom: 3px
   }

h2 {
   font-family:   arial;
   font-size:     16px;
   margin-top:    3px;
   margin-bottom: 3px
   }

h3 {
   font-family:   arial;
   font-size:     14px;
   margin-top:    3px;
   margin-bottom: 3px
}

ul {
   margin-top:    3px;
   margin-bottom: 3px
   }

a {
  color:           #0000ff; <!-- (blue) -->
  font-family:     verdana;
  font-size:       12px;
  text-decoration: none
  }

a:hover {
        color:           #9999cc; <!-- (light (sky?) blue) -->
        text-decoration: none
        }

.images {
        color:           #0000ff; <!-- (blue) -->
        font-family:     arial, helvetica, sans-serif;
        font-size:       8px;
        font-weight:     bold;
        background:      none;
        border:          none; 
        text-decoration: none
        }

.specs {
        color:           #000000; <!-- (black) -->
        font-family:     arial, helvetica, sans-serif;
        font-size:       12px;
        font-weight:     normal;
        background:      none;
        border:          none; 
        text-decoration: none
        }

p {
  font-size:    12px;
  margin-left:  2px;
  color:        #000000;
  line-height:  125%;
  margin-right: 2px;
  font-family:  arial, helvetica, sans-serif;
  text-align:   left
  }

</style>
