/*

CSS for Jack Kilby site

*/



body {

 font-family: Verdana, Helvetica, Arial, sans-serif;

background-color: #D3D3D3;

 line-height: 125%;

 padding: 15px;

}

li {

 font-size: small;

}

p {

 font-size: small;

 color: black;

}

#tagline p {

 font-style: italic;

 font-family: Times, serif;

}
 
a {

 font-weight: bold;

 color: red;

}
 
a:link {

 color: black;

}

a:visited {

 color: black;

}

a:hover {

 text-decoration: none;

 color: red;

 background-color: black;

}

a:active {

 color: red;

 background-color: grey;

}

.quote {

 color: black;

 font-family: Georgia, Times, serif;

 letter-spacing: 0.05em;

}

blockquote.quote {

 font-style: italic;

}

h1, h2, h3 {

 font-family: Helvetica, Arial, sans-serif;

 background-color: black;

 color: red;

}
