.fake {}

body{
	background-color : #072B61;
    font-family : Arial, Helvetica, sans-serif;
    color : white;
    margin: 25px; 
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;
	color: white
	}

a.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;
	color: white;
	text-decoration: none
	}

a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;
	color: white;
	text-decoration: underline
	}

.inputfield {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666
	}

.button {
	background-color: #753E2F;
	border: 1px #E6DCD6 solid;
	border-color: #E6DCD6 solid;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #E6DCD6;
	padding: 4px 8px 4px 8px
	}