html, body{
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background: #000000;
	color: #ffffff;
}

a{
	color: #ffffff;
}

.text{
	border:1px solid #ff9966;
	width: 180px;
}
h1{
        color: #000000;
        font-size:24px;
        font-weight:bold;
        text-transform:capitalize;
        font-style:italic;
        background: url(/gfx/head_background.png) no-repeat left;
        line-height:45px;
        padding-left:15px;
        margin: 0;
}
h4{
	margin:0;
}
