body {
	margin:0;
	padding:0;	
	color: #FFF;
	background-color: #000; 
}

img {
	border: 0px;
}

a, 
a:link, 
a:visited {
	color: #000;
	background-color: inherit;
	text-decoration:none
}

a:link:hover,
a:visited:hover {
	color: #000;
	background-color: #000;
	text-decoration: none
}

a:link:active {
	color: #000;
	background-color: #000;
	text-decoration:none
}

a:visited:active {
	color: #000;
	background-color: #000;
	text-decoration:none
}

.home {
        position: absolute;
        top: 16px;
        left: 104px;
        font-family: "Andale mono", "courrier new", monospace, mono-space;
        font-size: 16px;
}

.p1 {
	height: 100%
	width: 100%;
	text-align: center;
}

.cap {
	margin-top: 6px;
	font-family: "Andale mono", "courrier new", monospace, mono-space;
        font-size: 14px;
}

.wilkie_text {
	width: 560px;
	margin: 0 auto;
        padding-top: 240px;
        font-family: "Andale mono", "courrier new", monospace, mono-space;
        font-size: 14px;
	text-align: justify;
}

.wilkie_text a,
.wilkie_text a:link,
.wilkie_text a:link:hover,
.wilkie_text a:visited:hover,
.wilkie_text a:visited,
.wilkie_text a:link:active,
.wilkie_text a:visited:active {
        color: #FFF;
        background-color: #000;
        text-decoration:none
}



