<html> <head> <title>jkfp css page with no margins</title> </head> <body> <style>{  }
body				{FONT-FAMILY: georgia, times, "times new roman", serif; 
					FONT-SIZE: 12px; 
					LINE-HEIGHT: 160%; 
					FONT-WEIGHT: normal; 
					background: white;
					scrollbar-base-color: #33CCFF; 
					scrollbar-arrow-color: #0000AA; 
					scrollbar-face-color: #FFFFFF; 
					scrollbar-shadow-color: #555555; 
					scrollbar-dark-shadow-color: #0000AA; 
					scrollbar-highlight-color: #3399FF; 
					scrollbar-track-color: #FFFFFF; 
					scrollbar-3d-light-color: #FFFFFF }

a 					{text-decoration: none; }
a:link				{COLOR: #3366FF; TEXT-DECORATION: bold;}
a:visited			{COLOR: #008080; TEXT-DECORATION: none;}
a:hover			{COLOR: #000066; TEXT-DECORATION: underline;}
a:active			{COLOR: #000066; TEXT-DECORATION: underline;}

UL.check { list-style-image: url('images/jk_little.gif') }
UL.check:first-line {font-weight: bold; color: #CCCCCC;}

h1					{FONT-FAMILY: verdana, helvetica, arial, sans-serif; FONT-SIZE: 36px; color: #000080; font-weight: bold; margin-top: 10; }
h2					{FONT-FAMILY: verdana, helvetica, arial, sans-serif; FONT-SIZE: 24px; margin-top: 10px; margin-bottom: 2px; }
h3					{FONT-SIZE: 18px; font-weight: underlined; margin-top: 10px; margin-bottom: 2px; }
h4					{FONT-SIZE: 14px; font-weight: bold; color: #333333; margin-top: 10px; margin-bottom: 2px; }
h5					{FONT-SIZE: 12px; font-weight: bold; margin-top: 10px; margin-bottom: 2px; }

.bigmargin			{margin-left: 150;}
.bodygray			{color: #808080;}
.bodyi				{text-align: justify; margin-left: 70px; margin-right: 70px; color: #808080;}
.center			{text-align: center;}
.clown				{FONT-FAMILY: "Comic Sans MS", arial, sans-serif; color: magenta; font-weight: bold; margin-left: 100; }
.copyright			{FONT-FAMILY: verdana, helvetica, arial, sans-serif; FONT-SIZE: 8pt; font-weight: bold; text-align: center; margin-left: 0; }
.definition		{margin-left: 35px; margin-top: 5px;}
.graphic_center	{text-align: center; padding-top: 25; padding-bottom: 25;}
.graphic_left		{text-align: left; float: left; border: 0px none; padding-top: 5; padding-bottom: 5; padding-right: 25}
.graphic_nowrap	{text-align: center; text-wrap: none; padding-top: 25; padding-bottom: 25;}
.graphic_right	{text-align: right; float: right; padding-top: 5; padding-bottom: 5; padding-left: 25;}
.handwritten		{FONT-FAMILY: lucida handwriting, brush script, helvetica, sans-serif; FONT-SIZE: 14px; font-weight: bold; margin-top: 10px; margin-bottom: 2px; margin-left: 20px; margin-right: 20px; }
.littlemenu		{FONT-FAMILY: verdana, arial, sans-serif; FONT-SIZE: 10px; LINE-HEIGHT: 120%; FONT-WEIGHT: normal;}
.mahir				{FONT-FAMILY: times new roman, times, serif; FONT-SIZE: 18px; FONT-WEIGHT: normal; text-align: center; LINE-HEIGHT: 160%;}
.mahir_s			{FONT-FAMILY: times new roman, times, serif; FONT-SIZE: 16px; }
.mahir_xl			{FONT-FAMILY: times new roman, times, serif; FONT-SIZE: 24px; font-style: oblique; font-weight: bold }
.mahir_xs			{FONT-FAMILY: times new roman, times, serif; FONT-SIZE: 12px; }
.message			{font-family: arial, sans-serif, font-size: 10pt; line-height: 110%;}

.menu				{FONT-FAMILY: verdana, helvetica, arial, sans-serif; FONT-SIZE: 14px; font-weight: bold; }
a.menu:link		{COLOR: white; TEXT-DECORATION: none;}
a.menu:visited	{COLOR: #CCCCCC; TEXT-DECORATION: line-through;}
a.menu:active		{COLOR: #FF574F; TEXT-DECORATION: none;}
a.menu:hover		{COLOR: #FF574F; TEXT-DECORATION: none; FONT-WEIGHT: italic;}

.menu2				{FONT-FAMILY: verdana, helvetica, arial, sans-serif; FONT-SIZE: 14px; font-weight: bold; }
a.menu2:link     {COLOR: navy; TEXT-DECORATION: none;}
a.menu2:visited  {COLOR: #808080; TEXT-DECORATION: none;}
a.menu2:active   {COLOR: red; TEXT-DECORATION: none;}
a.menu2:hover		{COLOR: #FF574F; TEXT-DECORATION: none; FONT-WEIGHT: italic;}


.monk				{FONT-WEIGHT: normal; }
.monk:first-line {font-weight: bold;}
.monk:first-letter {font-size: 300%; float: left; }

.quote				{font-size: 10px; text-align: justify; margin-left: 70px; margin-right: 70px; LINE-HEIGHT: 110%; color: #808080;}
.right				{text-align: right;}
.saidhe			{margin-right: 140px; color: #3333FF;}
.saidshe			{margin-left: 140px; color: #FF3399;}
.source			{text-align: center; FONT-SIZE: 10px; FONT-WEIGHT: bold;}
.weblog			{FONT-WEIGHT: normal; margin-left: 35px;}
.weblog:first-line {font-weight: bold; margin-left: -35px; color: #CCCCCC;}
.weblog:first-letter {font-size: 300%; float: left; color: navy; }


*/ page formatting */
#title_line {position: center; top: 0; left: 0; width: 600; height: 100%; padding: 0 1em; border-left: 1em dashed #112233;}
#intro {position: center; top: 0; left: 0; width: 25%; height: 100%; padding: 0 1em; border-right: 1em dotted #aaaaaa;}
#main {position: center; top: 0; right: 0; width: 600; padding: 0 1em;}

	#frame {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:silver;
		}
		
	#contentcenter {
		padding:40px;
		width:600px;
		margin-right:auto;
		margin-left:auto;
		float:left;
		background:#eee
		}
			
#contentheader {
		width:660px;
		background:#fff
		}
		
		
-->
</style>

</body>
</html>
<script language="Javascript" src="no_ads.js">
</script>