/* $Id: tags.css,v 1.7 2004/04/10 14:14:43 asc Exp $ */

a:link { 
       color : #000066;
       text-decoration: underline; 
}

a:visited { 
	  color : #000033; 
	  text-decoration: underline; 
	  }

a:hover { 
	color: #cc3333; 
	text-decoration: underline; 
	}

acronym {
	border-bottom : 1px dotted #ccc;
}

img {
    padding:0px;
    margin:0px;
    /*border:0px dashed pink;*/
    }

a img {
  border:0px;
}

blockquote {
	   font-family : serif; 
	   color : darkslategray;
	   font-size :12px;
	   border-left : 1px dotted #ccc;
	   padding-left:10px;
	   margin-left:0px;
 }	   

/*
blockquote[cite]:after {
  content: "cite:" attr(cite);
  font-family:sans-serif;
  font-size:.8em;
  color:#ccc;
  
  display: block;
}
*/

body {
     background-color:#f5f5dc;
     font-family:sans-serif;
     font-size:11px;
     margin:0px;

}

h1 { font-size: 1em; }

h2 {
 font-size: 1em; 
 font-weight:300; 
 display:inline; 
 color:green;
}

code {
     color : brown;
}

li { 
   color : darkslategray;
   }

pre {
    color      : brown;
    text-align : left;
    }   

q { }

strong { 
       color : #669999; 
       }
