html {
       background-color:  #000000;
        background-image: url(graybackground3.png);
        background-attachment: fixed;
}


body {
	background-color: #000000;
        background-image: url(.png);
        background-attachment: fixed;
        color: #A9A9A9;
        width:  800px;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
}


h1 {
      font-family: Arial, sans-serif;
      font-size: 15px;
      font-variant: small caps;
      font-weight: bold;
      color: #454545;
      padding-top: 15px;
      padding-left: 25px;
      border-bottom: 1px dotted #454545;
}

p {
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
}

.note {
        color: #bababa;
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
}

.title {
        background-color: #242424;
        background-image: url(.png);
        color: #000000;
        font-family: "Arial Bold", sans-serif;
        font-variant: small-caps;
        font-size:  22px;
        font-weight: bolder;
        letter-spacing: 1px;
        text-align: right;
        text-shadow: 1px 1px 0px #616161;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 0px;
        margin-bottom: 15px;
}

.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: 0px;
         margin-top: 2px;
         margin-bottom: 15px;
}


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;
}


