body { 
	font-size:20px; 
	margin:0px; 
	background-color: pink; 
	font-family:Georgia,Times,Arial,Helvetica,sans-serif; 
	color: #FFFFFF;
 }

/* These control the fixed-width text elements of the page */
textarea, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:bold; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:2.0em; }
h2 { font-size:1.8em; }
h3 { font-size:1.44em; }
h4 { font-size:1.2em; }
h5 { font-size:1.07em; }
h6 { font-size:1.0em; }

/* HEAD */
#wikihead, 
#wikifoot { padding:10px 0px 0px 0px; text-align:center; border:0px solid green;}
#wikihead a { font-size:1.5em; color:#FF1493; text-decoration:none; margin:0px 10px; }
#wikifoot a { font-size:1.0em; color:#FF1493; text-decoration:none; margin:0px 10px; }
#wikihead a:hover,
#wikifoot a:hover { text-decoration:none; color:white;}
#wikifoot .lastmod { margin-top: 10px; text-align: right; font-size:0.8em;}
#cupid { position:relative; left:-100px; }
#lover { position:absolute; right:0px; top:0px;}

/* BODY */
#wikibody { 
	position:absolute;
	top: 210px;
	left: 395px;
	width: 430px;
	height: 670px;
	border: 0px solid blue;
	padding:0px 5px 0px 0px; 
	font-size:1.0em; 
	color:#FF1493;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-align:center;
	overflow:auto;
}
#wikibody h2 { border-bottom:1px solid #FF1493; margin-top:2.0em; }
#wikibody h3 { color:#C21572; font-size: 1.3em; font-weight:bold; }
#Wikibody H3 A { Color: Deeppink; Text-Decoration: none; }
#wikibody h3 a:hover { text-decoration:underline; }
#wikibody p.rb_attribution { font-size:0.8em; color:aqua; }
#wikibody p strong { }
#wikibody p:first-letter { color:#C21572; font-size: 1.5em; font-family:Georgia,Times,Arial,Helvetica,sans-serif; }
#wikibody a { color:#C21572; font-weight:bold; text-decoration:underline; }
#wikibody img { margin: 10px; }
#wikibody pre { font-family:Courier; font-size:0.7em; color:#000; margin: 30px; background:#FFF; padding:10px;}
#wikibody li {list-style-image: url(http://we-fi.org/uploads/NetworkOLove/heart.gif); }

#wikicmds { float:right; white-space:nowrap; font-family:Verdana,sans-serif; font-size:80%; }
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:white; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }


.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* EDIT FORM */
#wikiedit { }
#wikiedit form { margin:10px; }
#wikiedit img {margin:0px;}
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
