html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #000000;
	background-image: url(images/background.jpg);
	}

a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000080; }

#header {
	visibility: hidden;
	}

#menu {
	visibility: hidden;
	}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 40px;
	width: 850px;
	}

.li {
	list-style-type: none;
	}

h1 {
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-weight: normal;
	}

h2 {
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	}
	
h3 {
	font-style: italic;
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: normal;
	}

#english {
	border: 0px;
	position: absolute;
	left: 814px;
	top: 100px;
	}

p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.cel1 {
	vertical-align: middle;
	}

.textarea {
	width: 300px;
	height: 100px;
	}

.image {
	border: 0px;
	}

.bigger {
	visibility: hidden;
	}

.smaller {
	visibility: hidden;
	}

.top {
	vertical-align: top;
	}