<BODY style="border-bottom: #0066CC 10Pt solid; border-top: #000099 10Pt solid; border-left: #FFFFFF 10Pt solid; border-right: #0066CC solid"></TBODY>
<style type="text/css">
table.footer, table.search, #rblEprops, hr {display: none;}
BODY { background-image: url(http://img262.imageshack.us/img262/7269/sallv23dr.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom RIGHT; scrollbar-face-color: #ffffff; scrollbar-shadow-color: # 0066CC; scrollbar-highlight-color: #000099; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: # 0066CC; scrollbar-track-color: #000000; scrollbar-arrow-color: #000099; background-color: #000000
font-family: arial; font-size:11pt; font-color: #0066CC; line-height:150%; text-align: justify; } center, font{ font-family: arial; font-size: 10pt; font-color: # 0066CC; line-height: 12px;} table.center { background-color: #000000 border:0px; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #000000; border-top: 5px SOLID #0066CC; border-left: 2px solid #000099; border-right: 2px solid #ffffff; border-bottom: 2px solid #0066CC; width: 100%; width:500; } table.center TD { background-color: #000000; color: #000099; border: 0px; text-align:center; } div.blogheader, .caption { /* edits the dates */ background-color: #000000; line-height:14px; font-family:arial; text-transform: UPPERCASE; font-size:14px; font-weight:NONE; text-align:center; color:#0066CC; letter-spacing:-0px; padding-top:1px; padding-bottom:0px; border-top: 2px solid # 0066CC; border-left: 2px solid #000099; border-right: 2px solid #000099; border-bottom: 5x solid #0066CC; width: 500px; } .blogbody{ border-top: 1px solid # 000099; color: #0066CC; background-color: #000000; } .blogbody td{ width: 0px; padding-left: 0px} input, select, menu, #htmleditor, textarea, .textfield, .button{ border: none; font-family:"arial"; font-size:9pt; font-color: #0066CC; line-height:150%; background-color: #000000; text-align: center; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font-family: arial; font-size: 8pt; color: #0066CC; text-align:center; } STRONG{ COLOR: #0066CC; letter-spacing: 0pt; cursor: crosshair;} A:link{ font-family:arial; text-decoration:none; font-size: 8pt; color: #f0066CC; } A:visited{ text-decoration:none; font-family:arial; font-size: 8pt; color:# 000099; } a:active{ font-size:8pt; color: #0066CC;} A:hover{ /* edits when user mouseovers the links */ color:#000099; border:1px solid #ffffff; font:normal 8pt arial; line-height:11px; cursor:no-drop; letter-spacing:-0px; height: 0; PADDING-TOP: 1px; PADDING-BOTTOM: 1px; PADDING-RiGHT: 1px; PADDING-LEFT: 1px; text-align:; } .search, .searchbarborder, .footer, hr, banner{ display: none; } .navigation { display: none; font-weight: none !important; width: 100% !important; font-size: 10px;} .navigation * div { display: none; float: right; font-weight: none !important} </style> <style type"=text/css> /* edit to your liking */ texttable.center, td.mainleft, table.center, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} table.module { border: 1px solid #FFFFFF; width:180; background-color: #000000; } table.module th { font:8pt arial; color: # 0066CC; border-top: 1px solid #000099; border-bottom: 4px solid #ffffff; border-left: 0px solid; border-right: 0px solid; } table.module td { background-color: 000000; border-top: 2px solid # 000099; border-left: 0px solid # 000099; border-right: 0px solid # 000099; border-bottom: 0px solid # 000099; ;} U {font-family: arial; color: # ffffff; letter-spacing:; font-size: 11px; font-style: border; border-bottom: none;}
P {font-family:ARIAL; color: # 0066CC; font-size: 8pt; text-align: justify;}
B, STRONG {font-family:ARIAL; color: #000099; letter-spacing:-1;font-size: 12px;}
i, EM {font-family:ARIAL; color: #ffffff; letter-spacing:none; font-size: 11px} <style></style></style> <!-- add this below all the CSS -->
</td><td width="500" valign="top" align="center">
<br> <br> <a href="http://xanga.com/Gh3tto_Hottie_Layoutz4u" target="_blank">Gh3tto_HottieLAYS</a><br /> <!-- End Script by Blogring.net --> <img src="http://img362.imageshack.us/img362/1887/slvdrpridelokos7bf.gif" alt="oh so gh3tto">
<br> <br> <br>
<!-- Blink Boxes : Provided by Blogring.net --> <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("#000099","#0066CC"); // the border color var blinkBorderColor = "#ffffff" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 600; // the height of each row, in pixels var blinkRowHeight = 14; // 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> <!-- End Script by Blogring.net -->
<br>
</CENTER> </div>
<CENTER> <TABLE width=600> <TBODY> <TR> <TD align=middle colSpan=4 cell-padding="5"> <TD> <TD> <DIV style="BORDER-RIGHT: #000099 2px solid; BORDER-TOP: #0066CC 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #000099 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #000099 2px solid; HEIGHT: 150px; align: justify"><BR><BR><B>**</B> <A href="http://www.xanga.com/signin.aspx">GET UR ASS IN</A> <BR><B>**</B> <A href="http://www.xanga.com/default.aspx?mode=logout">BOUNCE</A> <BR><B>** </B><A href="http://www.xanga.com/private">YA PLACE</FONT></A> <BR><B>** </B><A href="http://xanga.com/Private/SubscribeTo.aspx?user=YA XANGA NAME">SUB TO ME</FONT></A> <BR><B>** </B><A href="http://www.xanga.com/CLAF/default.asp">LOOK -N- FEEL</A> <BR><B>** </B><A href="http://www.xanga.com/private/subs.aspx">SUBBIES<A> <BR><B>** </B><A href="http://www.xanga.com/kRaZy_pRoDuKsHuNz">kRaZy_pRoDuKsHuNz</A><BR></DIV></TD> <TD> <DIV></DIV></TD> <TD> <DIV style="BORDER-RIGHT: # 000099 2px solid; BORDER-TOP: # 0066CC 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: # 000099 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: # ffffff 2px solid; HEIGHT: 150px; align: center"> TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERET EXT HERE TEXT HERE</CENTER></DIV> <TD> <DIV style="BORDER-RIGHT: #000099 2px solid; BORDER-TOP: #ffffff 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000;scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #0066CC 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #ffffff 2px solid; HEIGHT: 150px; align: justify"> TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERET EXT HERE TEXT HERE </CENTER></DIV> <TD> <DIV style="BORDER-RIGHT: # 000099 2px solid; BORDER-TOP: # ffffff 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: # 0066CC 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: # 339900 2px solid; HEIGHT: 150px; align: justify">++ CREDiITS <BR> THiS LAYOUT WAS HOOKED UP FOR ME BY kRaZy_pRoDuKsHuNz<BR> <a href="http://www.xanga.com/kRaZy_pRoDuKsHuNz" target="_blank"><img src="http://img128.imageshack.us/img128/6319/krcopy0tj.jpg" border="0" alt="kRaZy_pRoDuKsHuNz"></a>
also by: Gh3tto_Hottie_Layoutz4u<http://xanga.com/Gh3tto_Hottie_Layoutz4u </DIV></TD> <DIV></DIV> <CENTER></TR></TBODY></TABLE></CENTER></CENTER></CENTER> |