@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #4F4F4F;
	color: black;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}

a:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
a:visited:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
a:active {
	color: red;
	border-bottom:dotted 1px red;
	}
	
.category a {
	text-decoration: none;
	color: black;
}

.Contact  { font-size: 12px; }
.Notice  { font-size: 10px; }

.Contactlink a {
	text-decoration: underline;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.Link  a{
	font-style: oblique;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}

.Link a:visited {
	color: #000;
	
}
.Link a:hover {
	color: #fff;	
}

.jcname  {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 48px;
	color: black;
	text-align: left;
	text-decoration: none;
}

.dot {
	font-family:"Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-align: left;
	text-decoration: none;
}
.biz {
	font-family:"Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 32px;
	color: black;
	text-align: left;
	text-decoration: none;
}

.Link2 {
	color: #000;
	font-style: oblique;
	font-size: 24px;
	font-family: "Times New Roman", Georgia, Times
}

.Head { font-size: 18px; font-style: oblique; }

.Linksmall { color: #000; font-style: oblique; font-size: 16px; font-family: "Times New Roman", Georgia, Times; text-decoration: underline; }

.Linksmall2 { color: #646464; }

#container {
	width: 1000px;
	text-align: center;
	margin:0 auto;

}
#header {
	top: 20px;
	left: 5%;
	text-align: left;
}
#display {
	position: relative;
	top: 40px;
	text-align: center;
	margin:0 auto;
	z-index: 50;

}

#enter {
	text-align: right;
	position: fixed;
	top: 30px;
	right: 10%;
	z-index: 100;

}

#branding {
	text-align: right;
	position: fixed;
	bottom: 15px;
	right: 5%;
	z-index: 10;
}

