/* Cascading Style Sheet by Gadget, webmaster of BoulevardLane.org */
/* For more information about CSS, visit http://www.w3.org/Style/CSS/ */
/* Feel free to borrow any part of this file.  Credit would be nice. */

body {
	background-color: #9C9;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

li {   
	text-align: left;
	font-size: 0.75em; 
	color: #000000; 
	list-style-type: square; 
	list-style-position: outside
}
   
p.immense       { font-size: 1.8em; color: #000000; font-style: normal; font-weight: bold; }
p.demanding   { font-size: 1.4em; color: #000000; }
p.polite         { font-size: 1.2em; color: #000000;                     font-weight: bold; }
p.sincere, p { font-size: 0.8em; color: #000000;                                        line-height: 150%; }
p.sincerely   { font-size: 0.8em; color: #000000; font-style: italic; }
p.cute             { font-size: 0.6em; color: #000000}
p.shy               { font-size: 0.6em; color: #000000}
p.menu             { font-size: 0.6em; color: #000000;                                        line-height: 90%; }

div.text {
	padding: 25px;
	border-left-color: #063;
	border-left-style: double;
	border-left-width: 4px;
	border-right-color: #093;
	border-right-style: double;
	border-right-width: 4px;
	background-color: #FFF;
}

div.nav {
	background-color: #CFC;
	float: top;
	border-bottom: solid 3px #063;
	padding: 10px;
	background-image: url(P1040887_sm_tile.jpg);
	margin-left: -25px;
	margin-right: -25px;
	margin-top: -25px;
}
.navtable {
	background-color: #CFC;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.menu { font-size: 1.2em; }

a { color: #009900; text-decoration: none; font-weight: bold}
  a:link, a:visited  { color: #009900}
  a:hover, a:active, a.menu:hover, a.menu:active { color: #33cc33}
  a.menu, a.menu:visited  { color: #000000}
  
  /* end */