/* GENERAL */

body {
	background: #FFF;
	color: #000;
	font: normal medium "Trebuchet MS",Trebuchet,Arial,sans-serif;
	line-height: 1.5;
	margin: 20px 5%;
	padding: 0;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: large;
	font-weight: bold;
}

h4 {
	font-size: medium;
	font-style: italic;
}

p {
	text-align: justify;
}

p#footer {
	font-size: small;
	text-align: center;
}

p#note {
	font-size: small;
	text-align: center;
}

p#version {
	font-weight: bold;
	text-align: center;
}

li {
	text-align: justify;
}

input {
	font: normal medium "Trebuchet MS",Trebuchet,Arial,sans-serif;
}

table {
	border: none;
	margin: 0;
	padding: 0;
}

tr {
	border: none;
	margin: 0;
	padding: 0;
}

td {
	border: none;
	margin: 0;
	padding: 0;
}

hr {
	background-color: darkred;
	color: darkred;
	border: none;
	height: 2px;
}

a {
	text-decoration: none;
}

a:link {
	color: #008;
}

a:visited {
	color: #606;
}

a:active {
	color: #008;
}

a:hover {
	color: #F00;
}
