/* common_style.css
This is a gentler alternative to using hammer.css to get browsers to use 
the same style rules. The benefit/trade-off here is that it only addresses 
those elements specifically named here. */

:link,:visited { text-decoration: none; }

ul,ol { list-style: none; }

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1.1em; }
pre,code { font-size: 1em; }

html,body,
form,input,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dd,dt,
table,thead,tbody,tfoot,th,tr,td,
pre,p,blockquote,fieldset {
  margin: 0;
  padding: 0;
}

a img,
:link img,
:visited img { border: none; }

address { font-style: normal; }

table { border-collapse: collapse; }