body {
	margin:0 0 0 130px;
	padding:20px;

	font:1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

input, textarea, select {
	border:1px inset #e9e9ae; 
	background-color:#E8DAA4;
	color:#666666; 
	
}

a {

	color:#CC6600;
	font-weight:400;
}
a:hover {
	background-color:#E8DAA4;
}

.button {
    border: 0.05em black solid;
	background-color:#999999; 
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	display:inline;
    line-height: 1em;
	color:#333333;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

#footer {

    font-size: 10px;
	border-top: 1px solid #000;
	clear:both;
}

#container {
	width: 630px;
	margin: 0;
	text-align:left;
}

.normaltext {
	font-size:18px;
}

.bigbutton {
	font-size:24px;
   border: 0.05em black solid;
	background-color:#999999; 
	color:#000000;

}
.smalltext {
	font-size:12px;
}