Advertisement
marshallsmyth

SARINA MARSHALL

Aug 19th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.49 KB | None | 0 0
  1.  
  2. <style>
  3.  
  4. .pfor {
  5. display: none;}
  6.  
  7. #profile {
  8. background-color:transparent;
  9. border: 0px;}
  10.  
  11. body {}
  12.  
  13. u{
  14. color:#f79ebf;}
  15.  
  16. strong{
  17. Color:#f700ef;}
  18.  
  19. b{
  20. color:#f70073;}
  21.  
  22. Big{
  23. color:#f79ebf;}
  24.  
  25. h1{
  26. font-size:25px
  27. width: 100%;
  28. font-family: Arial Black;
  29. font-weight: normal;
  30. line-height: 23px;
  31. text-transform: uppercase;
  32. text-align: center;
  33. border-bottom: 4px solid #f79ebf;
  34. }
  35.  
  36. h1:first-letter{
  37. color: #f79ebf;
  38. font-size: 35px;
  39. font-weight: bold;
  40. }
  41.  
  42. a {
  43. color: #0B3B24;
  44. text-decoration: none;
  45. transition: all 0.5s ease-in-out;
  46. -moz-transition: all 0.5s ease-in-out;
  47. -webkit-transition: all 0.5s ease-in-out;}
  48. a:hover {
  49. color: #81F7BE;
  50. transition: all 0.5s ease-in-out;
  51. -moz-transition: all 0.5s ease-in-out;
  52. -webkit-transition: all 0.5s ease-in-out;}
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. #backgroundline {
  60. background-image:url("http://i.imgur.com/pgX6U9N.jpg?1");
  61. background-size: 359px 580px;
  62. border-top: 10px double;
  63. color: #2ECCFA;
  64. border-bottom: 10px double;
  65. color: #2ECCFA;
  66. height: 470px;
  67. left: 0px;
  68. position: fixed;
  69. top: 20px;
  70. width: 25%;
  71. box-shadow:
  72. 0 0 0 5px hsl(200, 30%, 20%),
  73. 0px 0px 75px; skyblue;}
  74.  
  75. ::-webkit-scrollbar-thumb {
  76. width: 13px;
  77. background-color: #d0d0d0;}
  78. ::-webkit-scrollbar {
  79. width: 13px;
  80. background-color: #3do3ff;}
  81.  
  82. .BoxOne {position: fixed;
  83. left: 15px;
  84. top: 450px;
  85. border: 50px solid saddlebrown;
  86. border-radius: 0%;
  87. height: 10px;
  88. width: 0px;
  89. padding: 0px;
  90. font-family: Arial;
  91. font-size: 15px;
  92. text-align: left;
  93. color: white;
  94. text-shadow: 0px 0px 2px black;
  95. overflow: hidden;
  96. opacity: 1;
  97. -webkit-transition: all 0.9s ease-out;
  98. -moz-transition: all 0.9s ease-out;
  99. -webkit-transition: all 0.9 ease-in;
  100. -moz-transition: all 0.9s ease-in;
  101. box-shadow:
  102. 0 0 0 5px hsl(0, 0%, 40%),
  103. 0px 0px 10px black;
  104. }
  105.  
  106. .BoxOne:hover {
  107. z-index: 1;
  108. overflow: auto;
  109. opacity: 1;
  110. padding: 20px;
  111. left: 20px;
  112. top: 20px;
  113. height: 550px;
  114. width: 300px;
  115. background-color: #74022c;
  116. border: 5px solid #0A1B2A;
  117. -webkit-transition: all 0.5s ease-out;
  118. -moz-transition: all 0.5s ease-out;
  119. -webkit-transition: all 0.5 ease-in;
  120. -moz-transition: all 0.5s ease-in;
  121. box-shadow:
  122. 0px 0px 30px white;
  123. }
  124.  
  125. .BoxTwo {position: fixed;
  126. left: 15px;
  127. top: 330px;
  128. border: 50px solid deepskyblue;
  129. border-radius: 0%;
  130. height: 10px;
  131. width: 0px;
  132. padding: 0px;
  133. font-family: Arial;
  134. font-size: 15px;
  135. text-align: center;
  136. color: white;
  137. text-shadow: 0px 0px 2px black;
  138. overflow: hidden;
  139. opacity: 1;
  140. -webkit-transition: all 0.9s ease-out;
  141. -moz-transition: all 0.9s ease-out;
  142. -webkit-transition: all 0.9 ease-in;
  143. -moz-transition: all 0.9s ease-in;
  144. box-shadow:
  145. 0 0 0 5px hsl(0, 0%, 40%),
  146. 0px 0px 10px black;
  147. }
  148.  
  149. .BoxTwo:hover {
  150. z-index: 1;
  151. overflow: auto;
  152. opacity: 1;
  153. padding: 20px;
  154. left: 20px;
  155. top: 20px;
  156. height: 550px;
  157. width: 300px;
  158. background-color: #74022c;
  159. border: 2px solid #0A1B2A;
  160. -webkit-transition: all 0.9s ease-out;
  161. -moz-transition: all 0.9s ease-out;
  162. -webkit-transition: all 0.9 ease-in;
  163. -moz-transition: all 0.9s ease-in;
  164. box-shadow:
  165. 0px 0px 30px white;
  166. }
  167.  
  168. .BoxThree {position: fixed;
  169. left: 15px;
  170. top: 210px;
  171. border: 50px solid olivedrab;
  172. border-radius: 0%;
  173. height: 10px;
  174. width: 0px;
  175. padding: 0px;
  176. font-family: Arial;
  177. font-size: 15px;
  178. text-align: center;
  179. color: white;
  180. text-shadow: 0px 0px 2px black;
  181. overflow: hidden;
  182. opacity: 1;
  183. -webkit-transition: all 1.5s ease-out;
  184. -moz-transition: all 1.5s ease-out;
  185. -webkit-transition: all 1.5s ease-in;
  186. -moz-transition: all 1.5s ease-in;
  187. box-shadow:
  188. 0 0 0 5px hsl(0, 0%, 40%),
  189. 0px 0px 10px black;
  190. }
  191.  
  192. .BoxThree:hover {
  193. z-index: 1;
  194. overflow: auto;
  195. opacity: 1;
  196. padding: 20px;
  197. left: 20px;
  198. top: 20px;
  199. height: 550px;
  200. width: 300px;
  201. background-color: #74022c;
  202. border: 2px solid #0A1B2A;
  203. -webkit-transition: all 1.5s ease-out;
  204. -moz-transition: all 1.5s ease-out;
  205. -webkit-transition: all 1.5 ease-in;
  206. -moz-transition: all 0.5s ease-in;
  207. box-shadow:
  208. 0px 0px 30px white;
  209. }
  210.  
  211.  
  212. .BoxFour {position: fixed;
  213. left: 15px;
  214. top: 90px;
  215. border: 50px solid rebeccapurple;
  216. border-radius: 0%;
  217. height: 10px;
  218. width: 0px;
  219. padding: 0px;
  220. font-family: Arial;
  221. font-size: 15px;
  222. text-align: center;
  223. color: white;
  224. text-shadow: 0px 0px 2px black;
  225. overflow: hidden;
  226. opacity: 1;
  227. -webkit-transition: all 1.5s ease-out;
  228. -moz-transition: all 1.5s ease-out;
  229. -webkit-transition: all 0.9s ease-in;
  230. -moz-transition: all 0.9s ease-in;
  231. box-shadow:
  232. 0 0 0 5px hsl(0, 0%, 40%),
  233. 0px 0px 10px black;
  234. }
  235.  
  236. .BoxFour:hover {
  237. z-index: 1;
  238. overflow: auto;
  239. opacity: 1;
  240. padding: 20px;
  241. left: 20px;
  242. top: 20px;
  243. height: 550px;
  244. width: 300px;
  245. background-color: #74022c;
  246. border: 2px solid #0A1B2A;
  247. -webkit-transition: all 1.5s ease-out;
  248. -moz-transition: all 1.5s ease-out;
  249. -webkit-transition: all 0.9s ease-in;
  250. -moz-transition: all 0.9s ease-in;
  251. box-shadow:
  252. 0px 0px 30px white;
  253. }
  254.  
  255. .BoxFive {position: fixed;
  256. left: 220px;
  257. top: 90px;
  258. border: 50px solid darkkhaki;
  259. border-radius: 0%;
  260. height: 10px;
  261. width: 0px;
  262. padding: 0px;
  263. font-family: Arial;
  264. font-size: 15px;
  265. text-align: left;
  266. color: white;
  267. text-shadow: 0px 0px 2px black;
  268. overflow:hidden;
  269. opacity: 1;
  270. -webkit-transition: all 0.9s ease-out;
  271. -moz-transition: all 0.9s ease-out;
  272. -webkit-transition: all 0.9 ease-in;
  273. -moz-transition: all 0.9s ease-in;
  274. box-shadow:
  275. 0 0 0 5px hsl(0, 0%, 40%),
  276. 0px 0px 10px black;
  277. }
  278.  
  279. .BoxFive:hover {
  280. z-index: 1;
  281. overflow: auto;
  282. opacity: 1;
  283. padding: 20px;
  284. left: 20px;
  285. top: 20px;
  286. height: 550px;
  287. width: 300px;
  288. background-color: #74022c;
  289. border: 2px solid #0A1B2A;
  290. -webkit-transition: all 0.9s ease-out;
  291. -moz-transition: all 0.9s ease-out;
  292. -webkit-transition: all 0.9 ease-in;
  293. -moz-transition: all 0.9s ease-in;
  294. box-shadow:
  295. 0px 0px 30px white;
  296. }
  297.  
  298. .BoxSix {position: fixed;
  299. left: 220px;
  300. top: 210px;
  301. border: 50px solid coral;
  302. border-radius: 0%;
  303. height: 10px;
  304. width: 0px;
  305. padding: 0px;
  306. font-family: Arial;
  307. font-size: 15px;
  308. text-align: center;
  309. color: white;
  310. text-shadow: 0px 0px 2px black;
  311. overflow: hidden;
  312. opacity: 1;
  313. -webkit-transition: all 1.5s ease-out;
  314. -moz-transition: all 1.5s ease-out;
  315. -webkit-transition: all 1.5 ease-in;
  316. -moz-transition: all 1.5s ease-in;
  317. box-shadow:
  318. 0 0 0 5px hsl(0, 0%, 40%),
  319. 0px 0px 10px black;
  320. }
  321.  
  322. .BoxSix:hover {
  323. z-index: 1;
  324. overflow: auto;
  325. opacity: 1;
  326. padding: 20px;
  327. left: 20px;
  328. top: 20px;
  329. height: 550px;
  330. width: 300px;
  331. background-color: #74022c;
  332. border: 2px solid #0A1B2A;
  333. -webkit-transition: all 1.5s ease-out;
  334. -moz-transition: all 1.5s ease-out;
  335. -webkit-transition: all 1.5 ease-in;
  336. -moz-transition: all 1.5s ease-in;
  337. box-shadow:
  338. 0px 0px 30px white;
  339. }
  340.  
  341. .BoxSeven {position: fixed;
  342. left: 220px;
  343. top: 330px;
  344. border: 50px solid mediumvioletred;
  345. border-radius: 0%;
  346. height: 10px;
  347. width: 0px;
  348. padding: 0px;
  349. font-family: Arial;
  350. font-size: 15px;
  351. text-align: center;
  352. color: white;
  353. text-shadow: 0px 0px 2px black;
  354. overflow: hidden;
  355. opacity: 1;
  356. -webkit-transition: all 1.5s ease-out;
  357. -moz-transition: all 1.5s ease-out;
  358. -webkit-transition: all 1.5 ease-in;
  359. -moz-transition: all 1.5s ease-in;
  360. box-shadow:
  361. 0 0 0 5px hsl(0, 0%, 40%),
  362. 0px 0px 10px black;
  363. }
  364.  
  365. .BoxSeven:hover {
  366. z-index: 1;
  367. overflow: auto;
  368. opacity: 1;
  369. padding: 20px;
  370. left: 20px;
  371. top: 20px;
  372. height: 550px;
  373. width: 300px;
  374. background-color: #74022c;
  375. border: 2px solid #0A1B2A;
  376. -webkit-transition: all 1.5s ease-out;
  377. -moz-transition: all 1.5s ease-out;
  378. -webkit-transition: all 1.5 ease-in;
  379. -moz-transition: all 1.5s ease-in;
  380. box-shadow:
  381. 0px 0px 30px white;
  382. }
  383.  
  384. .BoxEight {position: fixed;
  385. left: 220px;
  386. top: 450px;
  387. border: 50px solid indianred;
  388. border-radius: 0%;
  389. height: 10px;
  390. width: 0px;
  391. padding: 0px;
  392. font-family: Arial;
  393. font-size: 15px;
  394. text-align: left;
  395. color: white;
  396. text-shadow: 0px 0px 2px black;
  397. overflow: hidden;
  398. opacity: 1;
  399. -webkit-transition: all 0.9s ease-out;
  400. -moz-transition: all 0.9s ease-out;
  401. -webkit-transition: all 0.9 ease-in;
  402. -moz-transition: all 0.9s ease-in;
  403. box-shadow:
  404. 0 0 0 5px hsl(0, 0%, 40%),
  405. 0px 0px 10px black;
  406. }
  407.  
  408. .BoxEight:hover {
  409. z-index: 1;
  410. overflow: auto;
  411. opacity: 1;
  412. padding: 20px;
  413. left: 20px;
  414. top: 20px;
  415. height: 550px;
  416. width: 300px;
  417. background-color: #74022c;
  418. border: 2px solid #0A1B2A;
  419. -webkit-transition: all 0.9s ease-out;
  420. -moz-transition: all 0.9s ease-out;
  421. -webkit-transition: all 0.9 ease-in;
  422. -moz-transition: all 0.9s ease-in;
  423. box-shadow:
  424. 0px 0px 30px white;
  425. }
  426.  
  427. </style>
  428.  
  429. <div id="backgroundline"></div>
  430.  
  431. </div>
  432.  
  433. <div class="BoxOne">
  434. <center><font color="#ff4e99"><h1>Biography</h1> </font>
  435. <strong><b>"Sarina//Marshall" </b> </strong></center>
  436. <br><strong>NAME:</font></strong> Sarina as a Lady, Marshall as a Man
  437. <br><strong>NICKNAMES:</font></strong> Marshy
  438. <br><strong>PRONUNCIATION:</font></strong> The r's are well pronounced as they are in Montana, and the l's also. The a in Sarina is an umlauted "uh" sound. The 1st a in Marshall is "ah", the second a sounds more like "oh" ... Suh-rEEn-uh, MAHr-shohll
  439. <br>
  440. <br><strong>GENDER:</font></strong> SHEMALE, BOTH
  441. <br><strong>DATE OF BIRTH:</font></strong> Summer
  442. <br><strong>PLACE OF BIRTH:</font></strong> Northern California
  443. <br><strong>AGE:</font></strong> Still in my twenties, guilty of being vain about my age.
  444. <br><strong>AGE APPEARANCE:</font></strong> Look 23 or so
  445. <br>
  446. <br><strong>HAIR:</font></strong> Changes every month or so. Chocolate brown is what is natural.
  447. <br><strong>EYES:</font></strong> True sky blue
  448. <br><strong>RACE:</font></strong> They still ask that in the 21st century??? French, Cajun-Scottish
  449. <br><strong>COMPLEXION:</font></strong> Fair
  450. <br><strong>BUILD:</font></strong> Strong and soft!
  451. <br><strong>HEIGHT:</font></strong> 5 foot 9
  452. <br><strong>WEIGHT:</font></strong> NO!
  453. <BR>
  454. <br><strong>LANGUAGE:</font></strong> English, some French phraseology
  455. <br><strong>OCCUPATION:</font></strong> Actress, design consultant, assistant for my sister
  456. <br><strong>RESIDENCE:</font></strong> My mansion on my sister's estate.This is called the 2nd Mansion.
  457. <br>
  458. <br><strong>ORIENTATION:</font></strong> TRISEXUAL, at least tri...
  459. <br><strong>MARITAL STATUS:</font></strong> Single
  460. <br><strong>CURRENT RELATIONSHIP:</font></strong> Hatsune and Melody
  461. <br><strong>PAST RELATIONSHIPS:</font></strong> ...are forgotten
  462. <BR>
  463. <br><strong>PARENTS:</font></strong> Are never forgotten!
  464. <br><strong>SIBLINGS:</font></strong> Esther is my sister
  465. <br>
  466. <br>
  467. </div>
  468.  
  469. <div class="BoxTwo">
  470. <center><font color="#fe7a83"><h1>Personality</h1> </font>
  471. <br>
  472. <center><strong><b>"Bubbly, Love to Please" </b></strong>
  473. <br>
  474. <br>
  475. It's true that when I was young I loved to make people happy. I noticed that girls were better at that than boys, so I decided that I would be a girl. Pretty soon at school I was in the thick of things with the girls, giggling at girl things right along. There was some teasing, but not too bad for me. I stood my ground as a strong well grounded girl, and had a lot of allies. My sister at first was all aghast, but then decided to make sure I was not all fae, but was a strong sensible girl. We also compromised, in that I would be able to take my girl clothes off, put on regular blue jeans and shirt, and be a good strong boy. I liked that, and so did the girls at school. I learned baseball real well, and played with the big guys, and practiced pitching and hitting the ball hard. In short, my sexuality is very varied!
  476. <br>
  477. <font color="#fe7a83"><br><strong>Likes</strong></font>
  478. <br>- Nature - Making Love - Giving pleasure - Women, men, inbetweens of all kinds - As a woman, as a shemale, or as a man
  479. <br>
  480. <font color="#fe7a83"><br><strong>Dislikes</strong></font>
  481. <br>- Mean people
  482. <br>
  483.  
  484. </center>
  485. </div>
  486.  
  487. <div class="BoxThree">
  488. <center><font color="#fe7a83"><h1>Description</h1> </font>
  489. <br>
  490. <center><strong><b> "I really am a master of disguises, and change my appearance each day"</b></strong></center>
  491. <br>
  492. <br>
  493. <br><br>You can tell by which, if any, eyeliner I wear, and what style.<br><br>Which, if any, eyeshadow I put on, and how I do also gives clue to my daily identity. 2 tones of eyeliner, heavy, almost to cat, and 2 shades of brown eyeshadow, with fresh clipped brows, shaded there too, and, watch out world!
  494. </center>
  495.  
  496. </div>
  497.  
  498. <div class="BoxFour">
  499. <center><font color="#fe7a83"><h1>History</h1> </font>
  500. <br>
  501. <b>Along with big sister, I learned a lot from Lady Satin, mostly after supper. Those were the days when we lived in Louisiana.
  502. We started having lessons about life and behaving from LadyHawke, and Lady Satin got real old, and there was a special ceremony where Lady Satin was declared to be a SUBMISSIVE MISTRESS by a really old Master from Louisville of the BD/SM school. My sister and I were trained by both ladies, until Lady Satin got sick and died. (My eyes are wet, hang on.) Then LadyHawke trained us hard lessons after school. She owned a huge parcel of land in California, and my sister inherited most of it,
  503. and I inherited some of it. We've been working on it since to make it productive and beautiful, and narural as possible. </b></center>
  504. <br>
  505. <br>We have built 2 more mansions on it, recently acquired several vineyards, and have to attend County board meetingsin 2,
  506. sometimes 3, counties. <br>
  507. <br>
  508.  
  509. </div>
  510.  
  511. <div class="BoxSix">
  512. <center><font color="#fe7a83"><h1>Family only</h1> </font>
  513. Our growing family</center>
  514. <br>
  515.  
  516. <center><strong>Lady Esther</strong>
  517. <a target="_blank" href="https://roleplay.chat/profile.php?user=Esther" title="">
  518. <img src="http://i.imgur.com/w7cINti.jpg?1" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  519. Big Sister<br><br>
  520. <hr color="#81F7BE" width="800">
  521. <hr color="#81F7BE" width="800">
  522. <br>
  523.  
  524. <center><strong>Lady Hatsune Miku Smyth</strong>
  525. <a target="_blank" href="https://roleplay.chat/profile.php?user=Hatsune" title="">
  526. <img src="https://vignette2.wikia.nocookie.net/vocaloid/images/5/57/Miku_v4_bundle_art.png/revision/latest/scale-to-width-down/350?cb=20160831190249" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  527. My Wife, Mother of SutaSakyuBasu, our 1st Child!<br><br>
  528. <hr color="#81F7BE" width="800">
  529. <hr color="#81F7BE" width="800">
  530. <br>
  531.  
  532. <center><strong>SutaSakyu Basu Smyth</strong>
  533. <a target="_blank" href="https://roleplay.chat/profile.php?user=Sutasakyu+Basu" title="">
  534. <img src="http://orig05.deviantart.net/4e7e/f/2012/350/e/6/succubus_chibi_remastered_by_xxpanicbuttonxx-d5o79xe.png" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  535. Daughter, Born 7/28/2017<br><br>
  536. <hr color="#81F7BE" width="800">
  537. <hr color="#81F7BE" width="800">
  538. <br>
  539.  
  540. <center><strong>Melody The Neko</strong>
  541. <a target="_blank" href="https://roleplay.chat/profile.php?user=Melody+The+Neko" title="">
  542. <img src="https://u-static.haozhaopian.net/assets/share/uid_ffe78196c23948c986edc6ceb1405b21m/f3b597ac-577a-475e-91bc-35b69bc96faf.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  543. Lover and Sister's 2nd Mate<br><br>
  544. <hr color="#81F7BE" width="800">
  545. <hr color="#81F7BE" width="800">
  546. <br>
  547.  
  548. <center><strong>Fumiko Kitsune</strong>
  549. <a target="_blank" href="https://roleplay.chat/profile.php?user=fumiko" title="">
  550. <img src="http://data.whicdn.com/images/144023435/large.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  551. Lover, future Mate<br><br>
  552. <hr color="#81F7BE" width="800">
  553. <hr color="#81F7BE" width="800">
  554. <br>
  555.  
  556. <center><strong>Cassidy MTN Higarashi</strong>
  557. <a target="_blank" href="https://roleplay.chat/profile.php?user=cassidy%20mtn" title="">
  558. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2UJ64n1uDAGd3qde9FxqJvtgwWTeh5ZUrzlis9xQyo7segmrI" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  559. Niece<br><br>
  560. <hr color="#81F7BE" width="800">
  561. <hr color="#81F7BE" width="800">
  562. <br>
  563.  
  564. <center><strong>Kathy</strong>
  565. <a target="_blank" href="https://roleplay.chat/profile.php?user=kathygirl" title="">
  566. <img src="https://s-media-cache-ak0.pinimg.com/236x/77/58/1f/77581fd3e490745d7bd0847197f0eb16--young-girl-photography-sibling-photography.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  567. Niece<br><br>
  568. <hr color="#81F7BE" width="800">
  569. <hr color="#81F7BE" width="800">
  570. <br>
  571.  
  572. <center><strong>Scheherazade Rayme</strong>
  573. <a target="_blank" href="https://roleplay.chat/profile.php?user=Scheherazade2017" title="">
  574. <img src="http://i.imgur.com/sDRkiyp.png?1" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  575. Niece<br><br>
  576. <hr color="#81F7BE" width="800">
  577. <hr color="#81F7BE" width="800">
  578. <br>
  579.  
  580. <center><strong>Bethany Rayme</strong>
  581. <a target="_blank" href="https://roleplay.chat/profile.php?user=bad%20succubus" title="">
  582. <img src="https://assets.gelbooru.com//images/0c/bb/0cbb5a55e8bee804eea76e07500542f7.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  583. Sister's 1st Mate, Father/mother of Scheherazade<br><br>
  584. <hr color="#81F7BE" width="800">
  585. <hr color="#81F7BE" width="800">
  586. <br>
  587.  
  588. <center><strong>Natalie Rayme</strong>
  589. <a target="_blank" href="https://roleplay.chat/profile.php?user=Nerdy+Natalie" title="">
  590. <img src="https://assets.gelbooru.com/samples/7c/6b/sample_7c6b0a764b18b38ea598114f9ba5aac0.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  591. Bethany's Mother<br><br>
  592. <hr color="#81F7BE" width="800">
  593. <hr color="#81F7BE" width="800">
  594. <br>
  595.  
  596. <center><strong>Name</strong>
  597. <a href="Link" title="">
  598. <img src="Picture" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  599. Blurb<br><br>
  600. <hr color="#81F7BE" width="800">
  601. <hr color="#81F7BE" width="800">
  602. <br>
  603.  
  604. <center><strong>Name</strong>
  605. <a href="Link" title="">
  606. <img src="Picture" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.png);"></a><br>
  607. Blurb<br><br>
  608. <hr color="#81F7BE" width="800">
  609. <hr color="#81F7BE" width="800">
  610. <br>
  611.  
  612.  
  613. </div>
  614.  
  615. <div class="BoxFive">
  616. <center><font color="#fe3a68"><br>In this box I'll describe where I am in the Original BD/SM. My big sister was far ahead of me in all the training, which was almost all really for her, and I sat in on it, just about all of it. Lady Satin loved me, and I her.
  617. LadyHawke also. She said I was a true SWITCH in every sense of the word, and probably in ways she even never heard of. Esther is teaching me up to date, last minute fine tunings, part of which is this complex profile.
  618. <br> </font>In here, I am putting the main things about the whole me in these 8 boxes. <br>In the large standard profile,
  619. the html top one, I will describe mostly Sarina. The bottom one, which looks smaller, but actually is not, will describe the Marshall part of who I am.<br>
  620. <b></b>
  621.  
  622. </div>
  623.  
  624. <div class="BoxSeven">
  625. <center><font color="#DEFFFF"><h1>Gallery</h1> </font>
  626.  
  627. Click to see full sized images<br>
  628. <hr color="#81F7BE" width="800"><br>
  629.  
  630. <a target="_blank" href="https://scontent.fsnc1-2.fna.fbcdn.net/v/t1.0-9/38599_1533597661166_653408_n.jpg?oh=3d5972336e8356e964ccd79687200588&oe=59FFDEDA" title="">
  631. <img src="https://scontent.fsnc1-2.fna.fbcdn.net/v/t1.0-9/38599_1533597661166_653408_n.jpg?oh=3d5972336e8356e964ccd79687200588&oe=59FFDEDA" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.);"></a><br>
  632.  
  633. <a target="_blank" href="https://scontent.fsnc1-2.fna.fbcdn.net/v/t1.0-9/262823_4963055715474_1979436015_n.jpg?oh=13e4a2716044aeefe5763bcbf6ada5b8&oe=59FC77A2" title="">
  634. <img src="https://scontent.fsnc1-2.fna.fbcdn.net/v/t1.0-9/262823_4963055715474_1979436015_n.jpg?oh=13e4a2716044aeefe5763bcbf6ada5b8&oe=59FC77A2" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.);"></a><br>
  635.  
  636. <a target="_blank" href="http://bdn.i.ntere.st/p/17050089/image" title="">
  637. <img src="http://bdn.i.ntere.st/p/17050089/image" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.);"></a><br>
  638.  
  639. <a target="_blank" href="https://konachan.com/jpeg/f28e6ee4d2f65d57d6d248c229f84305/Konachan.com%20-%20237054%20anus%20aqua_eyes%20aqua_hair%20ass%20breasts%20hatsune_miku%20long_hair%20nude%20pussy%20tagme_%28artist%29%20thighhighs%20twintails%20uncensored%20vocaloid.jpg" title="">
  640. <img src="https://konachan.com/jpeg/f28e6ee4d2f65d57d6d248c229f84305/Konachan.com%20-%20237054%20anus%20aqua_eyes%20aqua_hair%20ass%20breasts%20hatsune_miku%20long_hair%20nude%20pussy%20tagme_%28artist%29%20thighhighs%20twintails%20uncensored%20vocaloid.jpg" style="width:300px;padding:5px;background:url(http://i.imgur.com/8IzIRCB.);"></a><br>
  641.  
  642. </div>
  643.  
  644. <div class="BoxEight">
  645. <center><font color="#DEFFFF"><h1>Out Of Character</h1> </font>
  646. <strong><b>Sarina/Marshall</b> </strong></center>
  647. <br><hr color="#81F7BE" width="800"><br>
  648.  
  649. <strong>1</font></strong> NO IRL DRAMA. This is rp, please, don't obsess. We've had to deal with several dramas. One had to be called once. Another one got all needy.<br><br>
  650. <strong>2</font></strong> We do sexy-loving, sometimes almost too hot, but we also do some super intense RP'ing. The sex for the sake of sex thing is reducing.<br><br>
  651. <strong>3</font></strong> Quite often PM FRIENDLY, but not always. Might be doing coding, or be AFK, or busy rp'ing with someone I love.<br><br>
  652. <strong>4</font></strong> IRL the typist is a Guillaine-Barre survivor. Nerves in hands are often in a lot of pain. I make typos. Often it's the left thumb doesn't hit the space bar, or I miss the a key. True friends understand these things. Sometimes the WIFI acts up for 5 or 10 minutes. <br><br>
  653. <strong>5</font></strong> I am learning to code. This profile uses both CSS style and div style HTML, and modifies 2 profile coder formats, doubling one of them.<br><br>
  654. <strong>6</font></strong> Try to Keep IC and OOC with separation as RPC and RL. They don't have to be all that different, or may be almost the same. But be respectful about it.<br><br>
  655. <strong>7</font></strong> My post length varies some, but is not all that long. I use a laptop, much faster than a phone. Understands, but i may post 2 or even 3 while you post one. they synch, don't worry.<br><br>
  656. <strong>8</font></strong> I don't RP with snobs, so if I pm you, and you're a snob, just let me know up front that you're a stuck up snob who requires pre typed novels per post, and each post should be precisely 40 seconds apart, in perfect Oxford English. Most of all, no meanies. <br><br>
  657.  
  658. <hr color="#81F7BE" width="800"><br>
  659. <center>I used One complex element from <a target="_blank" href="http://roleplay.chat/profile.php?user=Captain%20Rosa%20Gabriel" target="_blank"> Captain Rosa Gabriel</a> and I appreciate it. Thank you. It really is very cool.<br></u><br><br><b>The other bio-code comes from morethancostume, whose work to produce framing with inner linkings is fabulous. I only modify these things while figuring them out. (the typist)</b></center>
  660. </div></div></div></center>
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. <center>
  672. <div style="width:1200px;height:670px;margin-left:50px;border:20px solid #000;box-shadow:0px 0px 5px 22px #c53c72;background:black;color:#fff;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;">
  673. <div style="width:1200px;height:200px;background:linear-gradient(to right,#000,#9b3b61 30%,#9b3b61 70%,#000);overflow:hidden;border-bottom:10px solid #6e204a;"><div style="width:1200px;height:200px;background:url(http://i.imgur.com/tG1FmNM.png);">
  674.  
  675. <div style="width:360px;height:180px;float:left;margin:10px 0px 0px 330px;border:1px solid #c53c72;background:url(http://i.imgur.com/6KTFHBz.png?1;"><div style="width:360px;height:180px;box-shadow:0px 0px 24px 10px #ba8bbb;background:linear-gradient(to right,rgba(0,0,0,0.3),transparent);">
  676.  
  677. </div></div><div style="width:337px;height:49px;float:right;margin:50px 50px 0px 0px;color:#000;text-shadow:1px 1px 2px #c53c72;text-align:right;border-bottom:1px solid #c53c72;letter-spacing:2px;font-weight:bold;font-size:40px;line-height:65px;">
  678.  
  679. Sarina/Marshall
  680.  
  681. </div><div style="width:337px;height:89px;float:right;margin:5px 50px 0px 0px;font-size:30px;color:#c53c72;text-shadow:1px 1px 5px #000;text-align:right;line-height:30px;letter-spacing:-1px;">
  682.  
  683. Married to Hatsune!
  684.  
  685. </div></div></div>
  686. <div style="width:800px;height:440px;overflow:hidden;">
  687.  
  688.  
  689.  
  690.  
  691. <a name="1"></a><div style="width:800px;height:440px;">
  692. <div style="width:700px;height:40px;margin-bottom:20px;letter-spacing:1px;font-size:15px;line-height:40px;"><a href="#1" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;background:#6e204a;">Info</a><a href="#2" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Personality</a><a href="#3" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Photos</a><a href="#4" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">History</a><a href="#5" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;text-decoration:none;color:#fff;">Notes + Lines</a>
  693. </div><div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;"><div style="width:660px;height:320px;padding:20px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;text-align:justify;"><div style="width:400px;height:320px;padding-right:10px;overflow:auto;float:left;margin-right:10px;"><table style="width:395px;color:#fff;float:left;font-size:14px;"><tr><td style="width:110px;opacity:0.8;" valign="top">Name</td><td>
  694.  
  695. The Sarina part of me
  696.  
  697. </td></tr><tr><td style="opacity:0.8;" valign="top">Who am I?</td><td>
  698.  
  699. Sarina Smyth, actress, model, Assistant to my sister Esther.
  700.  
  701. </td></tr><tr><td style="opacity:0.8;" valign="top">Nickname</td><td>
  702.  
  703. It's whispered intensly
  704.  
  705.  
  706. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Date of Birth</td><td>
  707.  
  708. Month ##, ####
  709.  
  710. </td></tr><tr><td style="opacity:0.8;" valign="top">Age</td><td>
  711.  
  712. Looks 23
  713.  
  714. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Sexuality</td><td>
  715.  
  716. Truly adores Hatsune. Mainly Females, Shemales, Succubi, and a special Elf, Elphick, who has sired a child with cousin Sonia! Elphick will be Major Lover
  717.  
  718. </td></tr><tr><td style="opacity:0.8;" valign="top">Romantic Status</td><td>
  719.  
  720. Truly adores wife, Hatsune, and also has a Sweet Neko Shemale Mate, Melody, and maybe another, Fumiko the Kitsune
  721.  
  722. </td></tr><tr><td style="opacity:0.8;" valign="top">Dating History</td><td>
  723.  
  724. That's an excellent question...
  725.  
  726. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Occupation</td><td>
  727.  
  728. At the moment, it is mostly assisting my sister, managing this estate, County board meetings and such.
  729.  
  730. </td></tr><tr><td style="opacity:0.8;" valign="top">Residence</td><td>
  731.  
  732. The 2nd Mansion on the WayStone-Smyth Estate
  733.  
  734. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Mother</td><td>
  735.  
  736.  
  737.  
  738. </td></tr><tr><td style="opacity:0.8;" valign="top">Father</td><td>
  739.  
  740.  
  741.  
  742. </td></tr><tr><td style="opacity:0.8;" valign="top">Extended Family</td><td>
  743.  
  744. Getting huge!
  745.  
  746. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Height</td><td>
  747.  
  748. 5'9"
  749.  
  750. </td></tr><tr><td style="opacity:0.8;" valign="top">Build</td><td>
  751.  
  752. Soft and strong
  753.  
  754. </td></tr><tr><td style="opacity:0.8;" valign="top">Hair</td><td>
  755.  
  756. Very good, change its color monthly
  757.  
  758. </td></tr><tr><td style="opacity:0.8;" valign="top">Eyes</td><td>
  759.  
  760. True sky blue
  761.  
  762. <br><br></td></tr><tr><td style="opacity:0.8;" valign="top">Tattoos</td><td>
  763.  
  764.  
  765.  
  766. </td></tr><tr><td style="opacity:0.8;" valign="top">Scars + Marks</td><td>
  767.  
  768. Beauty Mark, on cheek
  769.  
  770. </td></tr></table></div>
  771.  
  772. <img src="https://s-media-cache-ak0.pinimg.com/originals/d5/a7/7c/d5a77c05d2d7293de07ee0bd3abba474.jpg" style="width:220px;height:320px;float:left;box-shadow:0px 0px 5px #000;">
  773.  
  774. </div></div></div>
  775.  
  776.  
  777.  
  778.  
  779. <a name="2"></a><div style="width:800px;height:440px;">
  780. <div style="width:700px;height:40px;margin-bottom:20px;letter-spacing:1px;font-size:15px;line-height:40px;"><a href="#1" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Info</a><a href="#2" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;background:#6e204a;">Personality</a><a href="#3" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Photos</a><a href="#4" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">History</a><a href="#5" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;text-decoration:none;color:#fff;">Notes + Lines</a>
  781. </div><div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;"><div style="width:660px;height:320px;padding:20px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;text-align:justify;">
  782.  
  783. <div style="width:315px;height:150px;margin:0px 30px 20px 0px;float:left;"><div style="width:305px;height:15px;border-bottom:1px solid #c53c72;font-variant:small-caps;font-size:14px;letter-spacing:1px;">Strengths</div><div style="width:305px;height:134px;padding-right:10px;overflow:auto;font-size:12px;">
  784.  
  785. <b>□ What my wife says about me</b><br>
  786. Her words replace this sentence.<p>
  787.  
  788.  
  789.  
  790. </div></div><div style="width:315px;height:150px;margin:0px 0px 20px;float:left;"><div style="width:305px;height:15px;border-bottom:1px solid #c53c72;font-variant:small-caps;font-size:14px;letter-spacing:1px;text-align:right;">Flaws</div><div style="width:305px;height:134px;padding-right:10px;overflow:auto;font-size:12px;">
  791.  
  792. <b>□ What my 1st mate says about me</b><br>
  793. Words go here to replace this sentence.<p>
  794.  
  795.  
  796.  
  797. </div></div><div style="width:660px;height:150px;clear:both;"><div style="width:650px;height:15px;border-bottom:1px solid #c53c72;font-variant:small-caps;font-size:14px;letter-spacing:1px;text-align:center;">General</div><div style="width:650px;height:134px;padding-right:10px;overflow:auto;font-size:12px;">
  798.  
  799. What my 2nd mate says about me goes here.<p>
  800.  
  801. </div></div></div></div></div>
  802.  
  803.  
  804.  
  805.  
  806. <a name="3"></a><div style="width:800px;height:440px;">
  807. <div style="width:700px;height:40px;margin-bottom:20px;letter-spacing:1px;font-size:15px;line-height:40px;"><a href="#1" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Info</a><a href="#2" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Personality</a><a href="#3" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;background:#6e204a;">Photos</a><a href="#4" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">History</a><a href="#5" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;text-decoration:none;color:#fff;">Notes + Lines</a>
  808. </div><div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;"><div style="width:660px;height:320px;padding:20px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;text-align:justify;overflow:auto;">
  809. Scroll down
  810. <img src="http://i.imgur.com/2E9QBMx.jpg?1"><img src="https://s-media-cache-ak0.pinimg.com/564x/da/3d/a7/da3da7c6ba11d9221496957258b0c3c6.jpg"><img src="https://s-media-cache-ak0.pinimg.com/736x/d7/cc/03/d7cc0346dcbcdfd7a76ab406f893b4eb--transgender-people-maids.jpg">
  811.  
  812. </div></div></div>
  813.  
  814.  
  815.  
  816.  
  817. <a name="4"></a><div style="width:800px;height:440px;">
  818. <div style="width:700px;height:40px;margin-bottom:20px;letter-spacing:1px;font-size:15px;line-height:40px;"><a href="#1" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Info</a><a href="#2" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Personality</a><a href="#3" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Photos</a><a href="#4" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;background:#6e204a;">History</a><a href="#5" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;text-decoration:none;color:#fff;">Notes + Lines</a>
  819. </div><div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;"><div style="width:660px;height:320px;padding:20px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;text-align:justify;overflow:auto;">
  820.  
  821. Paragraphs about history go here.<p>
  822.  
  823. Paragraphs about history go here.<p>
  824.  
  825. <div style="height:23px;border-bottom:1px solid #c53c72;color:#c53c72;font-size:20px;">Timeline</div><ul style="list-style-type:square;">
  826.  
  827. <li> #### - Event
  828.  
  829. <li> #### - Event
  830.  
  831. </ul></div></div></div>
  832.  
  833.  
  834.  
  835.  
  836. <a name="5"></a><div style="width:800px;height:440px;">
  837. <div style="width:700px;height:40px;margin-bottom:20px;letter-spacing:1px;font-size:15px;line-height:40px;"><a href="#1" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Info</a><a href="#2" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Personality</a><a href="#3" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">Photos</a><a href="#4" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;margin-right:10px;text-decoration:none;color:#fff;">History</a><a href="#5" style="display:block;width:132px;height:39px;border-bottom:1px solid #6e204a;float:left;text-decoration:none;color:#fff;background:#6e204a;">Notes + Lines</a>
  838. </div><div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;"><div style="width:660px;height:320px;padding:20px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;text-align:justify;overflow:auto;">
  839.  
  840. □ Note goes here.<p>
  841.  
  842. □ Note goes here.<p>
  843.  
  844. □ Note goes here.<p>
  845.  
  846. <hr size="1" color="#6e204a">
  847.  
  848. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a target="_blank" href="https://www.youtube.com/watch?v=Gu0luN8SrIs"><img src="https://assets.gelbooru.com//images/ef/2d/ef2d27cd9a538a6e5bc6e5ec6bd55351.jpeg" style="width:100px;height:100px;border:1px solid #6e204a;" title="MY Wife!"></a><figcaption style="text-align:center;">VideoLink</figcaption></figure>
  849.  
  850. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=hatsune"><img src="https://konachan.com/image/7c2b9894947673b9a49fe28f094a6b7a/Konachan.com%20-%20126463%20aqua_eyes%20aqua_hair%20breasts%20hatsune_miku%20nipples%20no_bra%20nopan%20nude%20rasukaru%20sex%20thighhighs%20twintails%20vocaloid.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="My Wife's Profile"></a><figcaption style="text-align:center;">Hatsune</figcaption></figure>
  851.  
  852. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=esther"><img src="http://i.imgur.com/w7cINti.jpg?1" style="width:100px;height:100px;border:1px solid #6e204a;" title="Sister"></a><figcaption style="text-align:center;">Lady Esther</figcaption></figure>
  853.  
  854. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=KathyGirl"><img src="https://s-media-cache-ak0.pinimg.com/236x/77/58/1f/77581fd3e490745d7bd0847197f0eb16--young-girl-photography-sibling-photography.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Niece"></a><figcaption style="text-align:center;">Kathy M</figcaption></figure>
  855.  
  856.  
  857.  
  858.  
  859. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=Cassidy+mtn"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2UJ64n1uDAGd3qde9FxqJvtgwWTeh5ZUrzlis9xQyo7segmrI" style="width:100px;height:100px;border:1px solid #6e204a;" title="Niece"></a><figcaption style="text-align:center;">Cassidy</figcaption></figure>
  860.  
  861. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=Melody+The+Neko"><img src="https://s-media-cache-ak0.pinimg.com/originals/f6/c0/59/f6c05936de58471c9b089ca9abacd343.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Lover-potential mate"></a><figcaption style="text-align:center;">Melody</figcaption></figure>
  862.  
  863.  
  864. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=Sutasakyu+Basu"><img src="http://orig05.deviantart.net/4e7e/f/2012/350/e/6/succubus_chibi_remastered_by_xxpanicbuttonxx-d5o79xe.png" style="width:100px;height:100px;border:1px solid #6e204a;" title="Daughter"></a><figcaption style="text-align:center;">SutaSakyu</figcaption></figure>
  865.  
  866.  
  867. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;">
  868. <a target="_blank" href="https://roleplay.chat/profile.php?user=Fumiko"><img src="http://data.whicdn.com/images/144023435/large.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Beloved Pet"></a>
  869. <figcaption style="text-align:center;">Fumiko</figcaption></figure>
  870.  
  871.  
  872.  
  873. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;">
  874. <a target="_blank" href="https://roleplay.chat/profile.php?user=Renna"><img src="http://ami.animecharactersdatabase.com/anime/characters/Succubus-from-Demon%20Master%20Chris-6186-1413208112.png" style="width:100px;height:100px;border:1px solid #6e204a;" title="Sister-In-Law"></a>
  875. <figcaption style="text-align:center;">Renna</figcaption></figure>
  876.  
  877. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;">
  878. <a target="_blank" href="https://roleplay.chat/profile.php?user=Annebelle"><img src="https://vignette2.wikia.nocookie.net/k-anime/images/e/eb/Neko_Cat_Form.png/revision/latest?cb=20121118011105" style="width:100px;height:100px;border:1px solid #6e204a;" title="Neko-Kittenpet"></a>
  879. <figcaption style="text-align:center;">Annebelle</figcaption></figure>
  880.  
  881. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;">
  882. <a target="_blank" href="https://roleplay.chat/profile.php?user=Enju"><img src="https://lolibooru.moe/image/4c72e321d7a34dbc41e527bf7295f076/lolibooru%2097857%20demon_girl%20demon_tail%20demon_wings%20dress_shirt%20long_hair%20low_wings%20mofetousu_furuna%20pink_eyes%20pointy_ears%20side-tie_bikini%20twin_tails%20white_hair.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Loving Friend"></a><figcaption style="text-align:center;">Sweetie Enju</figcaption></figure>
  883.  
  884. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;">
  885. <a target="_blank" href="https://roleplay.chat/profile.php?user=Alexis+Taylor"><img src="http://i.imgur.com/C0FR8hm.jpg?1" style="width:100px;height:100px;border:1px solid #6e204a;" title="GateKeeper of Lust"></a>
  886. <figcaption style="text-align:center;">Lexi</figcaption>
  887. </figure>
  888.  
  889.  
  890.  
  891. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;">
  892. <a target="_blank" href="https://roleplay.chat/profile.php?user=Daisuke+Higarashi"><img src="http://66.media.tumblr.com/a78a26369ffb78dca548db402a6d2d22/tumblr_o6q7pb4ckw1vtwyvoo1_500.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Bartender-SecuritySister's 3rd mate"></a>
  893. <figcaption style="text-align:center;">Daisuke Higarashi</figcaption></figure>
  894.  
  895. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;">
  896. <a target="_blank" href="https://roleplay.chat/profile.php?user=Destiny+Rune"><img src="http://www.wallpaperup.com/uploads/wallpapers/2014/10/16/484819/big_thumb_382193818a9ce496ec6755b552af0f4a.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Angel Friend"></a>
  897. <figcaption style="text-align:center;">Destiny</figcaption></figure>
  898.  
  899. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;">
  900. <a target="_blank" href="https://roleplay.chat/profile.php?user=Scheherazade2017"><img src="http://i.imgur.com/aGhZOcM.jpg?1" style="width:100px;height:100px;border:1px solid #6e204a;" title="Niece/nephew"></a><figcaption style="text-align:center;">Scheherazade</figcaption></figure>
  901.  
  902. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;">
  903. <a target="_blank" href="https://roleplay.chat/profile.php?user=riley+coburn"><img src="http://i66.tinypic.com/2zof12q.jpg" style="width:100px;height:100px;border:1px solid #6e294a;" title="Wondrous Friend"></a>
  904. <figcaption style="text-align:center;">Riley</figcaption></figure>
  905.  
  906.  
  907.  
  908. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=lyric+coburn"><img src="http://i64.tinypic.com/25extnp.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Children's Playmate"></a><figcaption style="text-align:center;">Lyric</figcaption></figure>
  909.  
  910. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=Ferne+the+Slave"><img src="http://i.share.pho.to/4bd5241b_l.jpeg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Slave, Breeder"></a><figcaption style="text-align:center;">Ferne</figcaption></figure>
  911.  
  912. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=Genius+Mage+Rita"><img src="http://68.media.tumblr.com/tumblr_lvptoheGgp1r08rmzo1_500.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Mage with other powers"></a><figcaption style="text-align:center;">Rita</figcaption></figure>
  913.  
  914. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;"><a target="_blank" href="https://roleplay.chat/profile.php?user=cjcantu"><img src="http://st.depositphotos.com/1269378/2059/v/950/depositphotos_20592453-stock-illustration-blues-musician.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Musician/Supervisor of the Tavern"></a><figcaption style="text-align:center;">CJcantu</figcaption></figure>
  915.  
  916.  
  917.  
  918. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a href="https://roleplay.chat/profile.php?user=MissVelvet"><img src="http://pre13.deviantart.net/9768/th/pre/f/2013/114/4/a/miia_by_kawa_v-d62uboj.png" style="width:100px;height:100px;border:1px solid #6e204a;" title="WildCat menagerie managerPotential Mate"></a><figcaption style="text-align:center;">Velvet</figcaption></figure>
  919.  
  920. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=abby+lee"><img src="https://assets.gelbooru.com/images/00/96/00967465a8d7446d50891941284a7aad.png" style="width:100px;height:100px;border:1px solid #6e204a;" title="UncleMarshall's Girl"></a><figcaption style="text-align:center;">AbbyLee</figcaption></figure>
  921.  
  922. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=angelofthenight"><img src="http://i58.tinypic.com/qoj3oh.jpg;" style="width:100px;height:100px;border:1px solid #6e204a;" title="Sonia's Girl"></a><figcaption style="text-align:center;">Vixen</figcaption></figure>
  923.  
  924. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=ass%20licking%20shemale"><img src="http://i.imgur.com/pgX6U9N.jpg?2" style="width:100px;height:100px;border:1px solid #6e204a;" title="Twin Sister"></a><figcaption style="text-align:center;">Carina</figcaption></figure>
  925.  
  926.  
  927.  
  928.  
  929. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a href="https://roleplay.chat/profile.php?user=harmonypurrz"><img src="http://i.imgur.com/nQBpmE7.png?1" style="width:100px;height:100px;border:1px solid #6e204a;" title="Niece/nephew"></a><figcaption style="text-align:center;">Harmony</figcaption></figure>
  930.  
  931. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=bad+succubus"><img src="https://assets.gelbooru.com//images/0c/bb/0cbb5a55e8bee804eea76e07500542f7.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Future brother in law"></a><figcaption style="text-align:center;">Bethany</figcaption></figure>
  932.  
  933. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=nerdy+natalie"><img src="https://assets.gelbooru.com/samples/7c/6b/sample_7c6b0a764b18b38ea598114f9ba5aac0.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Kin"></a><figcaption style="text-align:center;">Natalie</figcaption></figure>
  934.  
  935. <figure style="width:102px;height:102px;float:left;margin:0px 0px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=sonia+succubus"><img src="http://i.imgur.com/gpyZkoL.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Cousin"></a><figcaption style="text-align:center;">Sonia</figcaption></figure>
  936.  
  937.  
  938.  
  939.  
  940. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 90px;"><a href="https://roleplay.chat/profile.php?user=marshall+loves"><img src="https://4.bp.blogspot.com/-KfwP0Ud6kwk/Vw3H0Ak9jeI/AAAAAAAAT88/suPEN1mPdnIJZv_Mtw5a4MLGLX-k-uvIACLcB/s1600/giphy-2.gif" style="width:100px;height:100px;border:1px solid #6e204a;" title="Uncle"></a><figcaption style="text-align:center;">Marshall</figcaption></figure>
  941.  
  942. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="https://roleplay.chat/profile.php?user=Elphick"><img src="http://forum.illyriad.co.uk/uploads/971/elvenMALE02.jpg" style="width:100px;height:100px;border:1px solid #6e204a;" title="Major Lover"></a><figcaption style="text-align:center;">Elphick</figcaption></figure>
  943.  
  944. <figure style="width:102px;height:102px;float:left;margin:0px 20px 20px 0px;"><a href="JOURNALURL"><img src="http://i.imgur.com/9RrbyST.png" style="width:100px;height:100px;border:1px solid #6e204a;" title="RELATIONSHIP"></a><figcaption style="text-align:center;">Name</figcaption></figure>
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. </div></div></div></div>
  952. <div style="width:800px;height:20px;font-size:10px;letter-spacing:1px;">OOC:
  953.  
  954. Player ▪
  955. Contact ▪
  956. Availability
  957.  
  958. </div></div><div style="width:770px;text-align:right;padding-right:30px;opacity:0.7;color:#000;font-size:11px;letter-spacing:1px;">code by <a target="_blank" href="http://morethancostume.insanejournal.com/" style="color:#9b3b61;">morethancostume</a></div>
  959. </center>
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967. </ul></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement