
body {
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #000;
    color: #FFF;
}
a {
    color: #fff;
	text-decoration: none;
}
a:hover {
    color: #757575;
}
.base {
    width: 800px;
    margin: auto;
}
.navtitle p {
    margin: 0px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.nav a {
	text-decoration: none;
	border-bottom: 1px solid #757575;
}
.nav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#container {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.nav {
    font-size: 16px;
    margin: 10px 5px;
    border: 4px double #757575;
    padding: 5px;
    text-align: left;
    box-shadow: 2px 2px #757575;
    width: 127px;
    display: flex;
    flex-direction: column;
    background: url("img/whborder.gif") #000;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box {
    font-size: 16px;
    background-color: #000;
    margin: 10px 5px;
    border: 4px double #757575;
    padding: 5px;
    text-align: center;    
    box-shadow: 2px 2px #757575;
    width: 650px;
    position: relative;
}
.box2 {
    font-size: 16px;
    background-color: #000;
    margin: 10px 5px;
    border: 4px double #757575;
    padding: 5px;
    text-align: center;    
    box-shadow: 2px 2px #757575;
    width: 650px;
    position: relative;
}
.pic {
	border: 1px solid #fff;
	width: 500px;
}
#title {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	font-size: 20pt;
	text-align: left;
	border-bottom: 1px solid #757575;
	padding: 0px 25px 5px 5px;
	margin-bottom: 15px;
	border-radius: 0px 0px 50px 0px;
	width: max-content;
}

.logo {
	background: url("img/logo.png");
	width: 458px;
	height: 70px;
	margin: auto;
}

.footergraphic {
	background: url("img/ornament.png");
	width: 199px;
	height: 60px;
	margin: auto;
}

.footer {
    font-size: 16px;
    background-color: #000;
    margin: auto;
    text-align: center;
    width: 780px;
	padding: 5px;
}
.footer hr {
	width: 500px;
	border: none;
	border-bottom: 1px dashed #757575;
}
.style_selector p {
    margin: 0px;
    font-weight: bold;
}
.style_selector {
    text-align: center;
    background: #000;
    border: 4px double #757575;
	border-top: none;
	box-shadow: 2px 2px #757575;
    position: absolute;
    top: 0px;
    padding: 4px 15px;
}
.footer > p {
    margin: 0px;
}

.footer hr:first-child {
    display: none;    
}

#proftext {
    font-family: MS Mincho, serif;
    text-align: left;
    color: #757575;
    font-style: italic;
    font-size: 10pt;
}
.profbio {
    padding: 5px 5px 5px 5px;
    background-color: #000;
    border: solid 1px #757575;
    margin: auto;
    width: auto;
}
.profbio p {
    margin: 0px;
}
.profpic {
	background-image: url(img/banner.png);
    background-repeat: no-repeat;
	background-size: 640px;
	background-position: -15px 0px;
    height: 200px;
    width: auto;
	background-color: #000;
    border: solid 1px #757575;
    margin: auto auto 5px auto;
}

.stats {
	display: table;
	margin: auto;
}
.statsrow {
	display: table-row;
}
.statscell, .statshead {
	display: table-cell;
}
.statsbody {
	display: table-row-group;
}

.statscell p:first-child {
    padding: 0px;
    margin: 0px;

}
.statscell:first-child {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    text-decoration: underline dotted;
}
.statscell:last-child {
    font-weight: normal;
    text-align: left;
}

#prof2 #title {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	font-size: 20pt;
	text-align: left;
	border-bottom: 1px solid #757575;
	padding: 0px 5px 0px 5px;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
}

.banr {
    border: 1px solid #757575;
    box-shadow: 2px 2px #757575;
}

.left {
    padding: 5px;
}
.left p {
    text-align: left;
    margin: 0px;
}

.web-link {
    display: flex;
    gap: 5px;
}
.web-link-title {
    line-height: 31px;
    text-decoration: underline;
}

.web-link-title-2 {
    line-height: 40px;
    text-decoration: underline;
}
