body {
	font-family: verdana, arial, sans-serif;
	margin-left: 1%; 
	margin-right: 1%; 
	color:black;
	background:rgb(251,251,251);
	}

.bob {color: white;
	}

UL { background: white; margin: 5; padding: 5;
	}

table, th, td {
  padding: 10px 10px 0px 10px; 
border-collapse: collapse;
	}

p.ex1 {
  margin-left: 300px;
}

p.ex2 {
  margin-right: 10px;
}


nav ul{overflow-y:scroll;}

                   
a { text-decoration: none 
	}

blockquote.bob { font-style: italic
	}


div.box { border: none; border-width: thin; width: 100% 
	}

div.color {    background: rgb(251,251,251);
               padding: 0.5em;
               border: none;
             }

div {
  border-bottom: 2px solid blue;
}


em { font-style: italic; font-weight: bold; 
	}

h1 { font-size: 200%; font-family: Verdana, Times New Roman, sans-serif; 
 	}

H1.Bob { color: white;
	}

h2 { margin-top: 2em; margin-bottom: 2em; color: white; font-family: Verdana, Times New Roman, sans-serif; 
	}

h2 { text-transform: lowercase; 
	}

h2 { font-size: 150%; background-image: url(raquelwelch8.jpg)
	}

h3.jim { font-size: 150%; color: #0000a0; font-style: italic;
	}

h3 { padding-left: .5em; color: #0100a0; font-size: 150%; text-shadow: 2px 2px #848287;
	}

p { text-indent: 2em; margin-top: 0; margin-bottom: 0; 
	}

<style>
  p {
    color: black;
  }
  .paragraph1 {
    font-size: 18px;
  }
  .paragraph2 {
    font-size: 13px;
  }

p.indent { text-indent: 0; margin-left: 2em; 
	}

p.special { text-indent: 0; color: black; border: solid white; width: 70%;
	}

p.changed {
             padding-left: 0.2em;
             border-left: solid;
             border-right: none;
             border-top: none;
             border-bottom: none;
             border-left-width: thin;
             border-color: red;
           }



pre { font-family: monospace; 
	}


strong { color: black; font-weight: bold; 
	}

repeat; word-spacing: 0em; border-style: none; text-indent: 3pt: verdana, sans-serif;
           background: rgb(75,141,132);
           border-width: 5;
           border-color: black;
           padding: 1em
         }

/* th { font-family: sans-serif; background: 94c6c7 rgb(148,198,199)}
td { font-family: sans-serif; background: rgb(148,198,199)} */

<p>

 /* Link colors don't work here */
<style>a:link {color: #FF0000}  
a:visited {color: #FF0000}
a:active {color: #FF0000}
a:hover {color: #FF0000}</style>

 /* a:link for unvisited links */
 /* a:visited for visited links */
 /* a:active when a link is clicked */
 /* a:hover when mouse is over link */

div {
  position: relative;
  display: inline;
}
.imtip {
  position: absolute;
  bottom: 0;
  right: 0;
}

These would be in the HTML file itself with the Style Type thing.</p>

<style type="text/css">
           pre { color: green; background: white; font-family: monospace; }
         </style>

<style type="text/css">
           body { margin-left: 10%; margin-right: 10%; }
           h1 { margin-left: -8%;}
           h2,h3,h4,h5,h6 { margin-left: 0%; }
         </style>

<style type="text/css">
           body { color: black; background: white; }
           pre { color: green; font-family: monospace; }
         </style>

#respond {
  margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'], 
#respond textarea {
  margin-bottom: 10px;
  display: block;
  width: 50%;

  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

  line-height: 1.4em;
}
#posts-list.has-comments li.no-comments {
  display: none;
}