div.box { border: solid; border-width: thin; width: 1028; height: 800; background-color: white; }

body 
{

background: url('bg.png') repeat-x;
font-family: georgia;
}

a:link { color: #8D070A;text-decoration: none}
a:hover {text-decoration: underline; color: #8D070A}
a:active {color: #8D070A;text-decoration: none}
a:visited { color: #8D070A;text-decoration: none}

p { font-family: georgia }

div.luacode { text-align: left; color:black; padding-left: 2px; cellpadding: 2 px; background-color:#DFDEDE ; border-style: dotted; border-width: 1px; float:center;
width: 95%;border-color: #0C567D }
