/*

Author: William Justin King
Author URI: http://thekingonline.net
Version: 2.0

*/

div#header, div#hcontain, div#logo, div#link-container, div#top-links, div#nav-area, div#nav-contain, div#sidebar, div#footer, input, textarea {
	display: none;
	}

body, div #content, div#wrap {
  	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	text-align: left;
	}

a:link, a:visited {
	color: blue;
	text-decoration: underline;	
}

div#wrap {
	border-left: 0;
	border-right: 0;
	}

body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
        line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	}

h1 {
        font-size: 20pt;
        color: #000000;
        padding: 0 0 12pt 0;
        margin: 12pt 5%;
	background: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	text-align: center;
	line-height: 1.5;
	}

h2 {
        font-size: 18pt;
        }

h3 { 
        font-size: 14pt;
        }

div.padding {
	margin: 0;
	padding: 0 5%;
	}

#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 90%;
   	}

#content a[href^="/"]:after {
   	content: " (http://www.wap2p.com" attr(href) ") ";
   	}