</style></head><body><center><span><div style="height: 79px"></div><script>document.title="Find Love Any Where";</script> <html><head><title>Hotterlayoutsthanu</title><style type="text/css"> Body {background-color: #ffffff; background-image: url("http://img294.echo.cx/img294/8500/heartz4ez.png"); background-attachment: fixed; background-repeat: none; background-position: right corner; text-align: center; font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } :link {color: #00ffcc; text-decoration: none; } a:link {color: #00ffcc; text-decoration: none; } a:visited {color: #00ffcc; text-decoration: none; } a:active {color: #00ffcc; text-decoration: none; } a:hover {color: #00ccff; text-decoration: none; } .nav.link {color: #00ccff; text-decoration: none; } a.nav:link {color: #00ccff; text-decoration: none; } a.nav:visited {color: #00ccff; text-decoration: none; } a.nav:active {color: #00ccff; text-decoration: none; } a.nav:hover {color: #00ccff; text-decoration: none; } .navselected.link {color: #00ccff; text-decoration: underline; } a.navselected:link {color: #00ccff; text-decoration: underline; } a.navselected:visited {color: #00ccff; text-decoration: underline; } a.navselected:active {color: #00ccff; text-decoration: none; } a.navselected:hover {color: #FFFF99; text-decoration: underline; } .footernav.link {color: #00ccff; text-decoration: underline; } a.footernav:link {color: #00ccff; text-decoration: underline; } a.footernav:visited {color: #00ccff; text-decoration: underline; } a.footernav:active {color: #00ccff; text-decoration: none; } a.footernav:hover {color: #00ccff; text-decoration: underline; } p, center {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } .smalltext {font-size: xx-small; } LI {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } UL {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } TD {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } TH {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; } HR {color: #CCCCCC;} table.banner { background-color: #ffffff; border: 1px solid #CCCCCC; background-image: none; } table.header { width: 100%; background-color: transparent; border: transparent; } table.header TH {font-family: Verdana; font-size: x-small; text-decoration: none; font-weight: normal; border: none; } table.header TD {font-family: Verdana; font-size: x-small; text-decoration: none; border: none; } table.navigation { none } table.footer { width: 100%; border: none; } table.main { width: 100%; border: none; } table.main TD, table.main TR { border: none; } table.search { color: #00ffcc; background-color: #00ffcc; border: 1px solid #CCCCCC; } table.search TH { color: #00ffcc; background-color: #00ffcc; border: 1px solid #CCCCCC; background-image: none; } table.search TD, table.search TR { color: #00ffcc; background-color: #00ffcc; border: none; background-image: none; } table.left { border: 1px solid #00ffcc; } table.left TH { color: #00ffcc; background-color: #ffffff; text-align: left; border: none; background-image: none; } table.left TD, table.left TR { color: #00ffcc; background-color: #ffffff; text-align: left; border: none; background-image: none; } table.right { border: 1px solid #00ffcc; } table.right TH { color: #00ffcc; background-color: #ffffff; text-align: left; border: none; background-image: none; } table.right TD, table.right TR { color: #00ffcc; background-color: #ffffff; text-align: left; border: none; background-image: none; } table.announcements { border: 1px solid #CCCCCC; background-image: none; } table.announcements TH { border: 1px solid #CCCCCC; border-bottom: 3px solid #CCCCCC; background-image: none; } table.announcements TD, table.announcements TR { border: none; background-image: none; } .button {font-family: Arial; border: 1px solid #CCCCCC; } .textfield {font-family: Arial; border: 1px solid #CCCCC; } .pulldown {font-family: Arial; border: 1px solid #CCCCCC; } table.textad {border: 2px dotted #CCFF99;} table.textad TD, table.textad TR { color: #00ffcc; background-color: #cCFF99; border: none; background-image: none; } .textad:link {color: #FF0066; text-decoration: underline; } a.textad:link {color: #FF0066; text-decoration: underline; } a.textad:visited {color: #FF0066; text-decoration: underline; } a.textad:active {color: #66CCCC; text-decoration: none; } .blogheader {font-family: Arial; color: #00ffcc; font-size: x-small; text-decoration: none; font-weight: bold; padding-bottom: 4pt; } </style></head>
<center><img src="http://img173.echo.cx/img173/2186/thenotebook3na.png">
<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 ("00ccff","00ffcc","#ffffff"); // the border color var blinkBorderColor = "#00ffcc" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 80; // the width of the entire box, in pixels or % var blinkWidth = 400; // the height of each row, in pixels var blinkRowHeight = 8; // 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>
</FONT>
<br><body><center><span><div style="width: 400px; border:3px solid #00ffcc; background-color: #ffffff;"> <left><font face="arial"><font size="1"pt> <img src="http://img59.echo.cx/img59/4285/thenotebook16oi.gif" align=left></left><left> ♥ <u>ANYTHiNG</u> <3 <img src="http://tinypic.com/1tkkfc" align=right></right><i>ANYTHiNG</i> Put anything you want! <br><br><b>This layout was created by</b> <a href="http://www.xanga.com/hotterlayoutsthanu">Kayla</a>, <b>So if you`d like a layout just like this, go to her site!</b> </left>
<br><br><br><center><a href="http://www.xanga.com">Xanga</a>.<a href="http://www.xanga.com/private">Private</A>.<a href="http://xanga.com/Private/SubscribeTo.aspx?user=USERNAME">Subscribe!</font></a>.<a href="http://www.xanga.com/CLAF/default.asp">Look &* Feel</A>.<a href="http://www.xanga.com/guestbook.aspx?user=USERNAME">G*Book</A>.<a href="http://www.xanga.com/private/subs.aspx">Subscriptions</u><A>
</div></td></tr></table></center>
<STYLE TYPE="text/css"> table.footer { display:none } </style>
<style type="text/css"> /* Desirable_Layouts_x3 */ body { background-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #00ffcc; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #00ccff; scrollbar-darkshadow-color: #00ffcc; scrollbar-3dlight-color: #00ccff; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */ font:normal 11px arial; color:#00ccff; line-height:11px; text-align:justify; letter-spacing:0px; ;}
/* edits the date */ div.blogheader, .caption { background-image: url(); background-repeat:no-repeat; background-position:center; font-family: Times New Roman; text-transform: bold; font-size: 26px; line-height:22px; font-weight:normal; color:#00ccff; letter-spacing:-3px; background-color:#ffffff; text-align:center; padding-top:5px; padding-bottom:8px; border: 3px solid #00ffcc; border-bottom: 3px solid #00ccff; width: 400px; }
.blogbody{ background-color: #ffffff; text-align:justify; border: 3px solid #00ffcc; width:400px;} B,strong{ font-family:11px arial; font-size:justify; color:00ffcc; ;}
text-transform:none; font-weight: strong} STRONG {font-family: arial; color: #00ffcc; letter-spacing: 0pt; text-transform: normal; font-weight: bold; letter-spacing: normal; font-size: 11px;} I,EM{ font-family:georgia; font-size:11px; color:00ccff; ;}
font-weight:normal; text-transform: normal} U{ font-family:arial; font-size:justify; color:00ffcc; border-bottom: 1px dashed #00ccff; ;}
font-weight: normal; text-transform: normal; border; border-bottom: 3px solid #00ffcc;} input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */ border: 0px solid #00ffcc; font:normal 11px arial; background-color: ffffff; color:#00ffcc; }
table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: right; }
table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #transparent; color: #00ccff; font: NORMAL 10px arial; text-transform: LOWERCASE; text-align:center; border-top: 3px solid #00ffcc; border-left: 3px solid #00ffcc; border-right: 3px solid #00ffcc; border-bottom: 3px solid #00ffcc; width: 180px; ;}
table.main {width: 358px} .smalltext {font-size: 10px;} .mainleft {display:none;width:180px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer, .search, .searchbarborder, .footer, hr, banner, hr, #rblEprops {display: none;} HR {color: #00ccff;} table.left {
/* this edits the menu module */ width:180px; color:00ccff; background-color:transparent; border-top: 3px solid #00ffcc; border-left: 3px solid #00ffcc; border-right: 3px solid #00ffcc; border-bottom: 3px solid #00ffcc; }
font,td,p,xmp{color:#00ccff; font-face: arial; font-weight:normal; font-size:11px; line-height:15px; text-align:center;} table.blogbody tr td {
/* this edits the left margin of blog */ width:0px; padding-left: 0px; }
a:link{ line-height: 11px; font-family:arial; font-weight:normal; color:#00ffcc; text-transform: Normal; font-size:11px; text-decoration: none; ;} a:active{ font-family: arial; color:#00ffcc; text-transform:Normal; font-size:11px; text-decoration: none; ;} a:visited{ font-family: arial; color:#00ffcc:Normal; font-size:11px; text-decoration: none; ;} A:hover { font-family: arial; color:#00ccff; letter-spacing: 0px; text-transform: Uppercase; ;}font-weight:normal; background-color: transparent; }</style>
<BODY style="border-bottom: #00ffcc 10t double; border-top: #00ffcc 10t double; border-left: #00ccff 10t double; border-right: #00ccff 10t double"></TBODY>
<STYLE TYPE="text/css"> </style> |