/* http://www.theody.net/styles.css */

a:link		{ text-decoration: none }
a:active	{ text-decoration: none }
a:visited	{ text-decoration: none }
a:hover		{ background-color: #eee }

body {
    background-color: #e0e0e0;
}

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
pre { font-family: monospace; }
/* h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; } */
