@charset "utf-8";
body,td,tr,th {
	font-family: "Segoe UI", "Century Gothic", "Helvetica Neue", "Helvetica", "Trebuchet MS", Verdana, sans-serif;
	color: #1c1c1c;
	font-style: normal;
	font-size: 1.2em;
	
	line-height:1.5em;
}
body {
	background-color: #f0f0f0;
	overflow-y: scroll;
}
#Title {
	margin-top:1.2%;
	
	border: none; 
	border-bottom: 1px solid #c0c0c0; 
}
h1 {
	font-weight: normal;
	line-height: 0.6em;
	
	font-size: 2em;
}
h2 {
	font-weight:normal;
	line-height: 0.6em;
	
	font-size: 1.2em;
	font-style: italic;
}
hr { 
    display: block;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
	
	border-style: none;
	border-bottom: 1px solid #c0c0c0; 
}
textarea {
	resize: none;
	width: 100%;
}
p,c,tr,td {
	font-size: 1.0em;
}
c {
        text-align: center;
}
/* unvisited link */
a:link {
    color: #46C8FF;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #46C8FF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #E8C847;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #FF8A2F;
	text-decoration: none;
}