/* -*- Mode: CSS -*- */

/*
** Top-Level styles
*/

/* body { background: url("images/index-bg.png") repeat; } */

h1 { color: red;    font: 64pt bold;   text-align: center; }
h2 { color: yellow; font: 34pt bold;   text-align: center; }
h3 { color: black;  font: 28pt bold;   text-align: center; }
p  { color: black;  font: 24pt normal; text-align: center; }
/* img { width: 85%; } */

body#info p  { color: black; font: 14pt normal; text-align: center; }
body#info td { color: black; font: 14pt normal; }

div#release { float: left; }

div#current { float: right; }

div#currentimg { float:right; }

div#contents { float: left; }
div#contents ul { list-style: none; margin: 0; padding: 0; }

div#resources { float: left; }
div#resources ul { list-style: none; margin: 0; padding: 0; }

div#footer { clear: both; }
