*{
	font-family:Arial,Helvetica,sans-serif;
}

body {
	font-size:12px; 
	line-height:18px; 
	background-color:#333333;
	width:246px;
	
}


h1, h2, h3, h4 { 
margin:9px auto;
width:92%;
padding:0;
color:#a1a457;
font-weight:normal;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }

a{
	text-decoration: none;
	color: #a1a457;
	border:none;
}

a:hover {
	border: none;
}

p{
	margin:6px auto;
	width:92%;
	color:#ffffff;
}

input{
width:200px;
}

input .button{
width:90px;
}

