<style type="text/css"> Body {background-color: #000000; text-align: center; font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } :link {color: #0099ff; text-decoration: underline; } a:link {color: #0099ff; text-decoration: underline; } a:visited {color: #6699FF; text-decoration: underline; } a:active {color: #6699FF; text-decoration: none; } .nav.link {color: #0099ff; text-decoration: underline; } a.nav:link {color: #0099ff; text-decoration: underline; } a.nav:visited {color: #6699FF; text-decoration: underline; } a.nav:active {color: #6699FF; text-decoration: none; } .navselected.link {color: #0099ff; text-decoration: underline; } a.navselected:link {color: #0099ff; text-decoration: underline; } a.navselected:visited {color: #6699FF; text-decoration: underline; } a.navselected:active {color: #6699FF; text-decoration: none; } .footernav.link {color: #0099ff; text-decoration: underline; } a.footernav:link {color: #0099ff; text-decoration: underline; } a.footernav:visited {color: #6699FF; text-decoration: underline; } a.footernav:active {color: #6699FF; text-decoration: none; } p, center {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } .smalltext {font-size: xx-small; } LI {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } UL {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } TD {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } TH {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; } HR {color: #003399;} table.banner { background-color: #ffffff; border: 1px solid #6699cc; background-image: none; } table.header { width: 100%; background-color: #FF870B; border: 2px solid #FFC40C; } table.header TH {font-size: x-small; text-decoration: none; font-weight: normal; border: none; } table.header TD {font-size: x-small; text-decoration: none; border: none; } table.navigation { width: 100%; border: none; } table.footer { width: 100%; border: none; } table.main { width: 100%; border: none; } table.main TD, table.main TR { border: none; } table.search { color: #FFFFFF; background-color: #6699cc; border: 1px solid #6699cc; } table.search TH { color: #FFFFFF; background-color: #6699cc; border: 1px solid #6699cc; background-image: none; } table.search TD, table.search TR { color: #FFFFFF; background-color: #6699cc; border: none; background-image: none; } table.left { border: 1px solid #0099ff; } table.left TH { color: #000000; background-color: 0099ff; text-align: left; border: none; background-image: none; } table.left TD, table.left TR { color: #00FF00; background-color: 000000; text-align: left; border: none; background-image: none; } table.right { border: 1px solid #0099ff; } table.right TH { color: #000000; background-color: 0099ff; text-align: left; border: none; background-image: none; } table.right TD, table.right TR { color: #00FF00; background-color: 000000; text-align: left; border: none; background-image: none; } table.announcements { border: 1px solid #003399; background-image: none; } table.announcements TH { border: 1px solid #003399; border-bottom: 2px solid #003399; background-image: none; } table.announcements TD, table.announcements TR { border: none; background-image: none; } .button {font-family: Verdana; border: 1px solid #003399; } .textfield {font-family: Verdana; border: 1px solid #003399; } .pulldown {font-family: Verdana; border: 1px solid #003399; } table.textad {border: 2px dotted #47C30B;} table.textad TD, table.textad TR { color: #000000; background-color: #F9F9F9; border: none; background-image: none; } .textad:link {color: #3366cc; text-decoration: underline; } a.textad:link {color: #3366cc; text-decoration: underline; } a.textad:visited {color: #3366cc; text-decoration: underline; } a.textad:active {color: #ff9900; text-decoration: none; } .blogheader {font-family: Verdana; color: #FFFFFF; font-size: x-small; text-decoration: none; font-weight: bold; padding-bottom: 4pt; } </style></head><body><center> <center> <img src=http://img.photobucket.com/albums/v310/elegant_dreamer/x3_design/ca3d92e4.jpg></center><br>
<script language="javascript"> var titletext="Catch.A.Falling.Star."// TITLEBAR TEXT var repeat=true; // SET TO true TO REPEAT, false TO "TYPE" OUT TITLE ONLY ONCE. var index=0; function scrolltitle(){ if(index<=titletext.length){ document.title=titletext.substring(0,index); index++; setTimeout('scrolltitle()', 200); }else{ index=0; if(repeat)setTimeout('scrolltitle()',1000); }} window.onload=function(){ if(!document.layers)setTimeout('scrolltitle()',1000); } </script>
<script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister //fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01 // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#55ff55","#009900","#ffffff","#ffff00"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 7; // the width of the entire box, in pixels or % var blinkWidth = 570; // the height of each row, in pixels var blinkRowHeight = 10; // speed of blinking, in milliseconds var blinkRate = 8; // do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script>
<style type="text/css"> body { border: 21px solid #55ff55;} body { scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-shadow-color: #00CC00; scrollbar-face-color: #000000; scrollbar-highlight-color: #00CC00; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
font:normal 11px arial; line-height:10px; color: #00CC00; letter-spacing:0px; text-align:justify; } .blogbody u, .standard u, { /* edits underlined text in your entry */ font-weight: normal; text-decoration:none; color: #33FFCC; }
.blogbody i, .standard i, { /* edits italic text in your entry */ font:normal 11px arial; font-weight: normal; text-decoration:none; color: #ffffff; }
.blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: normal; color: #ffff00; }
table.footer TD { text-align: center; }
div.blogheader, .caption { /* edits the dates */ font-family: arial; text-transform: lowercase; font-size:16px; font-weight: bold; line-height: 15px; color: #99FF99; background-color: #009900; text-align: left; border: 1px dashed #99FF99; border-width: 1px 1px 1px 1px; padding-left: 5px; }
a:link, .footernav.link, a.footernav:link, a.footernav:active {
color: #ffffff; font:normal 11px arial;line-height:10px; text-decoration: none; }
a:visited, a.footernav:visited, { color: #ffffff; font:normal 11px arial; line-height:10px; text-decoration: none; }
a:hover { color: #ffff00; font:normal 11px arial; line-height:10px; text-decoration: none; }
input, select, textarea, .textfield, .button { border: 1px solid #99FF99; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #99FF99; filter: alpha(style=0,opacity=50); }
table.left { border: 1px dashed #99FF99; width:190px; background-color: #000000; }
table.blogbody { background-image: url(none); background-repeat: no-repeat; background-position: top left; width:400px; border: 1px dashed #99FF99; border-width: 0px 1px 1px 1px; }
table.left th { background-color: #009900; font: bold 11px arial; color: #99FF99; border: none; text-align: center; }
table.left TD { background-color: #000000; border: none; text-align: center; border-top: 1px dashed #99FF99; }
table.search TD, table.search, table.announcements {
background-color: #009900; border: 1px dashed #99FF99; } table.search TD, table.announcements TH {
border: 0px solid #B2DE52; } table.navigation, table.main, table.footer { width: 520px; } hr { border: 1px dashed #99FF99; } </style>
<img src="jAvascript:window.status='Rawr!';" width=0 height=0><STYLE type="text/css"><head><script language="JavaScript"> <!--
function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </script><<STYLE type="text/css"></style> <!-- .freak a{text-decoration:bold } a:hover { color: #white; text-decoration: none ;filter:blur;
cursor:url(Animations\greenday.gif); height:3; background: url()}
input { font-family: Verdana, Arial, Helvetica, sans-serif; color: #0099ff;
font-size:9} .menu a{ text-decoration:none; alink-decoration:underline color:white; color:6CB9F0; link-decoration:underline ; cursor:url(); } cursor:url() } .blah {FILTER: progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=1,
Style=2, StartX=0, FinishX=100, StartY=0, FinishY=100)} } --> |