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

body {
	background-color: #D1D1D1;
}

a:link {color: #3D1E62; font-weight: bold;}
a:visited {color: #969696;}
a:hover {color: #AC791F;}
a:active {color: #1C4B45;}

#Table_01 {
	margin: auto;
}

#site {
	margin: auto auto auto auto;
	width: 642px;
}

h1 {
	color: #FFFFFF;
	font-family: Trebuchet MS, sans-serif;
    -webkit-text-stroke: .5px #000000;
	border-bottom: 2px solid #686868;
}

h2 {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
    background-image: linear-gradient(45deg, #7BA566 30%, #BDA570 50%, #966D9B 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 16pt;
}

h3 {
	margin: auto;
	width: 220px;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10pt;
}

span.title {
	font-family: Trebuchet MS, sans-serif;
	font-weight: 600;
	}

.footer {
	margin-top: auto;
	padding-top: 10px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10pt;
	text-align: center;
}