html {height: 100%; }


body {
font-family:"Verdana"; font-style:italic;
font-size: 103%;
}


.one {
text-align:center;
}


.two {
font-weight: 900; 
font-stretch: wider; 
font-size: 13pt;
}   /* heading*/

.heading2 {
font-size: 9pt; 
font-weight: bold; 
}   /* Poetic Memoirs... */


.three {
font-weight: 600; 
font-size: xx-large;
}   /* Guestbook heading */


.guestbook {
font-weight:900; 
font-size:large;
}   /* Guestbook text */


.links {
text-align: center;
font-size: 10pt; 
font-weight: bold;
}


.bottomtext {
margin-left: 5px; 
margin-right: 5px;
font-size: 8pt; 
}


.tableone {
text-align: center;
top:10px; 
background:white; 
table-layout:fixed;
}

.tabletwo {
text-align: center;
top:10px; 
background:white; 
} /* used for my story page */

.cellleftpad {
padding-left: 6%;
padding-right: 6%;
font-size: 9pt; 
}

.cellleftpad2 {
padding-left: 0%;
padding-right: 0%;
font-size: 8.5pt;
} /* used for mystory */

.poetographyfont {
font-size: 9pt;
}

.cellrightpad {
padding-right: 30%;
}

.line1 {
margin-left: 35%;
color: black; 
background-color: black; 
height: 1px; 
width: 30%;
border: 0;
} /* top line on all pages */


.line2 {
margin-left: 25%;
border: 0;
color: black; 
background-color: black; 
height: 1px; 
width: 45%; 
} /* bottom line on all pages */



a:link {color: black; background-color:white; text-decoration:none;}
a:visited {color:black; background-color:white; text-decoration:none;}
a:hover {color:red; background-color:white; text-decoration:none;}
a:active {color:black; background-color:white; text-decoration:none;}


