<CENTER><FONT style="FONT-WEIGHT: bold; FONT-SIZE: 20pt; COLOR: #D89DFD; LINE-HEIGHT: 24pt; FONT-FAMILY: trebuchet ms; LETTER-SPACING: -2pt">I can't wait for that day when I'm sitting on the beach and you come running out of the ocean and tackle me, giving me a hug. and i won't even care that you got me wet, all because I'll be in your arms.</FONT><BR>
<style type="text/css">
/* By Beth */
body {
background-color:#ffffff;
background-image:url(http://www.freedesktopwallpapers.net/beach/beach2b.jpg);
background-repeat:repeat;
background-position: center;
background-attachment: fixed;
scrollbar-arrow-color:#a4dafd;
scrollbar-track-color:#CCCCFF;
scrollbar-shadow-color:#a4dafd;
scrollbar-face-color:#a4dafd;
scrollbar-highlight-color:#a4dafd;
scrollbar-darkshadow-color:#a4dafd;
scrollbar-3dlight-color:#a4dafd;
}
.left, .blogbody, table.footer, .standard, td, p {
/* edits main text */
font:normal 11px trebuchet ms;
line-height:11px;
color:#000000;
letter-spacing:0px;
text-align:left;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color:#ffffff;
letter-spacing:-1px;
font-size:15px;
line-height:11px;
}
.blogbody u, .standard u, {
text-decoration: underline;
color:#ffffff;
letter-spacing:0px;
font-weight:bold;
border-bottom:1px double aqua;
}
.blogbody i, .standard i, em {
text-decoration:italic;
color:ffffff;
letter-spacing:0px;
}
.left b {
font-weight: bold;
color:#000000;
}
table.footer TD {
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:trebuchet ms;
text-transform: upercase;
background-color:transparent;
font-size:25px;
font-weight:bold;
line-height: 17px;
letter-spacing: -3px;
color:#000000;
text-align:center;
padding: 3px;
width: 350px;
border:0px solid #a4dafd;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font:normal 11px trebuchet ms;
line-height:11px;
text-decoration:none;
text-spacing:0px;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font:normal 11px trebuchet ms;
line-height:11px;
text-decoration:none;
text-spacing:0px;
}
a:hover {
/* edits when user mouseovers the links */
font:bold 11px arial;
text-decoration:none;
cursor: none;
color:000000;
line-height:9px;
letter-spacing:-1px;
background-color:#CCCCFF;
BORDER-left: #ffffff 3px solid;
BORDER-right: #ffffff 3px solid;
BORDER-bottom: #ffffff 3px solid;
BORDER-top: #ffffff 3px solid;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px solid #a4dafd;
font:normal 11px trebuchet ms;
line-height:10px;
background-color:#ffffff;
letter-spacing:0px;
color:#000000;
}
table.blogbody {
/* Edits the blog */
border:8px solid #CCCCFF;
width: 350px;
background-color:#a4dafd;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.left {
/* this edits the menu module */
border: 8px solid #CCCCFF;
width: 160px;
background-color:#a4dafd;
text-align:left;
filter:alpha (opacity=70, finishopacity=70, style=1);
}
table.left th {
/* edits title of menu module */
background-color:#ffffff;
font: 18px trebuchet ms;
text-transform: upercase;
text-align:center;
color:#000000;
border:0px solid #000000;
letter-spacing:-2px;
line-height:10px;
}
table.left TD {
/* Edits body of menu moudle*/
font:11px trebuchet ms;
color:black;
text-align:left;
LINE-HEIGHT:10PX;
width: 160px;
background-color:#a4dafd;
border-top:0px solid #CCCCFF;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color:#a4dafd;
border:2px solid #CCCCFF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border:0px solid #CCCCFF;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 570px;
}
hr {
/* horizontal divider */
border: 1px solid #000000;
}
</style>
<center><!-- End Script by Blogring.net -->
<a href=http://xanga.com/that1_lyt_site target="_blank">oOh buddy</a><br />
<!-- End Script by Blogring.net -->
<!-- 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("#a4dafd","#ccccff")
// 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 = 6;
// the width of the entire box, in pixels or %
var blinkWidth = 550;
// the height of each row, in pixels
var blinkRowHeight = 8;
// speed of blinking, in milliseconds
var blinkRate = 20;
// 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>
<BODY style="border-bottom: #000000
15t solid; border-top: #000000
15t solid; border-left: #000000
15t solid; border-right: #000000
15t solid"></TBODY> |