This is what I use. I find that white on black is too much contrast, so I opt instead for a grey on grey(dark). Font used is Cambria.
http://imageshack.us/photo/my-images...829at011.png/#
Code:
body {
background: rgb(230,230,230);
background-size:100% 100%;
margin-left:1.2em !important;
margin-right:1.2em !important;
margin-top:1.4em;
margin-bottom:1.4em;
color:rgb(60,60,60);
}
::selection {
background: rgb(190,190,190);
}
p{
text-indet:3em;
padding-top:5px;
}
/*this won't work but its here hoping it may at some point*/
A:link{
text-decoration:none;
color:beige;
}