@CHARSET "ISO-8859-1";
/* HTML ELEMENTS */

* html {
  height: 1%;
  position: relative;
}

body{

}

h1 {
  font-family: arial, "lucida console", sans-serif;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
  color: #ff6600;
  word-spacing: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
}

h3 {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ff6600;
}


p {
  margin-bottom: 15px;
}

img {
        border: 0px;
}

a { 
	color: #ff6666; 
	text-decoration: none;
}

a:hover { 
	color: #ff0000;
	text-decoration: underline; 
}

FORM {
	display: inline;
	margin:0px;
	padding:0px;
}

input.submit_button {

}

