var col1="fefaef";
var col2="ffc758";
var col3="3d59ab";
var col4="5981fa";
var col5="54421d";
var col6="808080";
var bgNo="0725";

StyleSpecs="<Style>" + 
"<!--" + 
"" + 
"a:link," + 
"a:visited," + 
"a:active," + 
"a:hover {text-decoration:none; color:#"+col3+"}" + 
"a:hover {background-color:#"+col4+"; color:#"+col1+"}" + 
"" + 
"body {font-family: Comic Sans MS, Arial, Verdana, Helvetica, Sans Serif; font-size:16px; color: #"+col5 + 
"; background-color: #"+col2+"; scrollbar-face-color: #"+col1+"; scrollbar-3Dlight-color: #"+col6+"}" + 
"" + 
"div#pgewrap {width:682px}" + 
"" + 
"div#conwrap {border:solid 1px #"+col6+"; padding: 20px; text-align:left" + 
"; background-image: url('" +bgNo+ "-bgimg.jpg')" + 
"; background-position: 50% 200px" + 
"; background-repeat: no-repeat" + 
"; background-attachment: fixed" + 
"; background-color: "+ col1 +"}" + 
"" + 
"div#header {text-align:center}" + 
"div#alt {position: absolute; top:0px; left: 0px; visibility:hidden}" + 
"p#menu {font-size:13px; margin-top:10px}" + 
".head1{font-size:18px; font-weight:bold; color:#"+col2+"; text-align: center}" + 
".head2{font-size:17px; font-weight:bold; color:#"+col6+"}" + 
"" + 
"hr {text-align:center; color #"+col6+"}" + 
"div#imgdocs {font-size:12px}" + 
"div#code{margin: 6px; margin-left:50px; font-family: Courier New;" + 
" font-size:13px}" +
"" + 
"div#cright {font-size: 13px; text-align:center}" + 
"-->" +
"</style>";

document.write(StyleSpecs)
