body {     background-image: url("images/background.jpg");     background-position: 50% 50%;     background-repeat: repeat;     background-attachment: fixed;     font-family : Arial;     font-size : 10pt;     color : black;     scrollbar-face-color : 006600;     scrollbar-shadow-color : 003300;     scrollbar-highlight-color : 663300;     scrollbar-3dlight-color : rgb(0 , 0 , 0);     scrollbar-darkshadow-color : 003300;     scrollbar-arrow-color : rgb(255 , 255 , 255);     font-weight : bold; } a:link {     color : black;     text-decoration : none;  } a:active {     color : rgb(0 , 255 , 0);     text-decoration : none; } a:visited {     color : 006600;     text-decoration : none; } a:hover {     color : rgb(255 , 0 , 0);     text-decoration : none;     cursor : hand; } h1 {     font-style : italic;     text-align : Center; } h2 {     font-size : 14pt; } h6 {     font-size : 8pt; } h3 {     font-size : 12pt;     font-weight : bold; } 
