
h1, h2, p, code  { font-family: sans; }

h1  { color:red; }
h2  { color:orange; }

li { list-style-type: square; }

a { color:green; }
a:active { font-weight: bold; }

a::before {  content:">>> ";}
a:hover  {  background-color:yellow; }
h1::first-letter { font-size: 3em; color:blue; }


