@charset "UTF-8";
/* CSS Document */

 body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
	background-color: #171713;
	font-style: normal;
	}
        
body b {
	color: white;
	}

body td {
	text-align: center;
	vertical-align: middle;
	}

body img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	}

body table {
	background-image:url(jp4.jpg);
	margin-top:30px;
	background-color: #171713;
	background-repeat: repeat;
	background-position: center center;
	width: 90%;
	height: 70%;
	}
        
.Links {
	color: #333;
	font-size: 12px;
	}

.Links A:hover {
	text-decoration: none;
	color: #222;
	}
	
.Links A {
	color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
