html {
         background: #0d0d0d;
         background-image: url(.jpg);
}

body {
        background: #0d0d0d;
        background-image: url(.jpg);
        color: #8b795e;
        font-size: 14px;
        font-family: "Times New Roman", serif;
        width: 800px;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        padding: 20px;
}

.jwhite { 
         font-family: Arial, sans-serif;
         font-size: 11px;
         font-weight: bold;
         text-align: right;
         color: #330000;
         padding-top: 0px;
         padding-right: 0px
         padding-bottom: 35px;
         margin-top: 2px;
         margin-bottom: 20px;
}

a:link {
	color: #f5f5f5;
	text-decoration: underline;
}

a:visited {
	color: #f5f5f5;
	text-decoration: underline;
}

a:hover {
	color: #454545;
	text-decoration: underline;
}

a:active {
	color: #f5f5f5;
	text-decoration: underline;
}
img {
        border-top: 10px solid #fafafa;
        border-right: 10px solid #fafafa;
        border-bottom: 10px solid #fafafa;
        border-left: 10px solid #fafafa;
}



