html {
         background: #000000;
         background-image: url(graybackground3.png);
         background-attachment: fixed;
}

body {
        background: #000000;
        background-image: url(graybackground3.png);
        background-attachment: fixed;
        color: #A9A9A9;
        font-size: 13px;
        font-family: Verdana, Arial, sans-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: #454545;
         padding-top: 0px;
         padding-right: 0px
         padding-bottom: 35px;
         margin-top: 2px;
         margin-bottom: 0px;
}

a:link {
	color: #636363;
	text-decoration: underline;
}

a:visited {
	color: #636363;
	text-decoration: underline;
}

a:hover {
	color: #636363;
	text-decoration: underline;
}

a:active {
	color: #636363;
	text-decoration: underline;
}

img {
        border-top: 10px solid #fafafa;
        border-right: 10px solid #fafafa;
        border-bottom: 10px solid #fafafa;
        border-left: 10px solid #fafafa;
}







