body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000
}

a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover{
  font-size:16;
  color:#FF8000;
  text-decoration: none;
}

a {
 font-size:16;
 text-decoration: none;
}

h1{
	color:#DE7500;
	font-size:24;
	font-family: Times New Roman;
	text-align:left;
	height:9;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom:0;
	margin-top:0;
}

h2{
	color:#CCCCCC;
	font-size:18;
	font-family: Times New Roman;
	text-align:center;
	height:9;
	margin-bottom:0;
}

h3{
	color: #CCCCCC;
	font-size:16;
	height:6;
	font-family: Times New Roman;
	text-align:center;
	margin-bottom:0;
}

h4{
	color: #CCCCCC;
	font-size:14;
	font-family: Times New Roman;
	text-align:left;
	margin-left: 6;
	margin-right: 6;
	margin-bottom:0;
	margin-top:0;
}

p {
	color:#CECFCE;
	font-size:17;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-left: 12;
	margin-right: 12;
	margin-bottom: 18;
}

.Estilo1 {
	color:#FFFFFF;
	font-size:17;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:right;
}


.Estilo2 {
	color:#FF8000;
	font-size:16;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Estilo3 {
	color:#FF8000;
	font-size:13;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.comentario {
	color:#000000;
	font-size:17;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-left: 12;
	margin-right: 12;
	margin-bottom: 18;
}

input {
	background:#333333;
	color:#FF8000;
	border-color:#A65300;
}
input:focus {
	border: 2px solid #000;
	background: #F3F3F3;
	color:#000000;
}
textarea:focus {
	border: 2px solid #000;
	background: #F3F3F3;
	color:#000000;
}
textarea {
	background:#3C3C3C;
	color:#FF8000;
	border: 1px solid #001;
}