body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-size: 12px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica;
	color: #FFFFFF;
}

h1 {
	font-family: Georgia, Tahoma, Verdana;
	font-size: 32px;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 1px;
}
h2 {
	font-family: Georgia, Tahoma, Verdana;
	font-size: 18px;
	margin-bottom: 0px;
}
h3 {
	font-family: Georgia, Tahoma, Verdana;
	font-size: 16px;
	margin-bottom: 4px;
}
p {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 8px;
}
a {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

table.nopadding {
	padding: 0px;
	}
	
input.sender {
	border: 1px solid #FF3300;
	background-color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	width: 110px;
	}
	
input.gomb {
	border: 1px solid #FF3300;
	background-color: #FF3300;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	
textarea.msg {
	border: 1px solid #FF3300;
	background-color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	width: 155px;
	height: 50px;
	overflow: hidden;
	}
	
.mini {
	font-size: 10px;
	}
