blockquote {
   font-size: .9em;
   font-style: normal;
   background: #ddf;
   color: black;
   border: thin solid black;
}

h1, h2, h3, h4 {  }
<!--
body {
color: black;
background-color: #fffff6;
/*background-image: url(images/background.png);*/
background-repeat: no-repeat;
background-position: 50% 25%;


}

h2
{
font-variant: small-caps;
}

p {
font-size: 1.2em;
font-variant: normal;
font-family: "Myriad Web", "Times New Roman", Times, serif;
text:indent: 1em;
color: #000000;
}

a:link {
text-decoration:none; font-size: 1.0em; font-weight:bold; color:#E00000;
}
a:visited {
text-decoration:none; font-size: 1.0em; font-weight:bold; color:#800000;
}
a:hover {
text-decoration:none; font-weight:bold; background-color:#FFFF00;
}
a:active {
text-decoration:none; font-weight:bold; background-color:#CCFFFF;
}
-->