body { color: black; background: #ccccee; }

/* Overall fonts on the index and details page */
div.smallfont { font-size: small }
div.verysmallfont { font-size: x-small }

/* Table attributes */
table.grey { background: #303030 }
table.bright { background: #E3E3FF }
td.brigth { background: #E3E3FF }
td.dark { background: #9999cc }
td.smallfont { font-size: smaller }

/* List attributes */
ul.smallfont { font-size: small }

/* Link attributes */
a:link { color: blue; }
a:visited { color: green; }
a:hover { color: red; }
a:active { color: red; }
