body {

	width: 100%;
	margin:  0px;
	padding: 0px;
	background-color: #000000;
	color: White;
}


a:link {
	color: #f4f4f4;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF1493;
}

.pad {
	padding: 0px 20px 0px 20px;
}

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}