body
 {background-color: rgb(0,0,0);
 color: rgb(255,255,255);
 background-image: url("img/granite.png");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;}

body.index
 {background-image: url("img/jring.jpg");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;}

body.null
 {background-image: none;
 background-color: rgb(255,255,255);}

a:link
 {color: rgb(150,150,150);}

th.menu a:hover
 {color: rgb(255,255,255);}

a:hover
 {color: rgb(255,255,255);}

a:visited
 {color: rgb(150,150,150);}

img
 {border: none;}

img.link
 {cursor: pointer;}

ol
 {font-size: 16pt;}
