@charset "ISO-8859-1";

hr {
	border: 1px solid black;
	background-color: black;
}

body {
	margin: 0px;
	padding: 10px 20px 0px 20px;
	font-size: 20px;
	font-family: arial, sans-serif;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}

input {
	height: 35px;
	border: 4px solid #000;
	font-size: 20px;
	font-weight: bold;
	background-color: lime;
}

textarea {
	border: 4px solid #000;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: lime;
}

td { 
	color: #000; 
	font-family: arial,sans-serif;
	font-size: 30px;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: lime;
	font-size: px;
	padding: 0px 10px 0px 10px;
	
}

a:hover {
	text-decoration: none;
	background-color: black;
	color: #fff;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
}

h2, .subtitle {
	text-decoration: underline;
	color: black;
	font-size:20px;
}

h1, .title {
	font-weight: bold;
	color: black; 
	font-size:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.tdx { 
	border:3px solid #000;
} 

.thx { 
	border:3px solid #000;
	background-color:#000;
	color: white;
}
