

<!--
+-------------------------------------------------------------------------+
| Copyright (C) 2003 - 2005 Brenda - Digital Future                       |
|                                                                         |
| This file is part of mb Formmailer.                                     |
|                                                                         |
| mb Formmailer is free software; you can redistribute it and/or          |
| modify it under the terms of the GNU General Public License             |
| as published by the Free Software Foundation; either version 2          |
| of the License, or (at your option) any later version.                  |
|                                                                         |
| This program is distributed in the hope that it will be useful,         |
| but WITHOUT ANY WARRANTY; without even the implied warranty of          |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            |
| GNU General Public License for more details.                            |
+-------------------------------------------------------------------------+
| Web:   www.brendaonline.de                                              |
| eMail: support@brendaonline.de                                          |
+-------------------------------------------------------------------------+
-->

a:active, a:focus, a:hover, a:link, a:visited, a {
	text-decoration: underline;
	color: #3399FF;
}
body {
	margin-bottom: 0;
	margin-left: 10;
	margin-right: 3;
	margin-top: 0;
	background-image: url(../../images/contentback_black.png);
	background-color: black;
	background-attachment: fixed;
	color: silver;
}
table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	text-decoration: none;
	color: silver;
}

/* TABLE */
.innertable {
	border: none;
	padding: 0px
}

/* FONT */
.contentnomargin {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12pt;
	line-height: 12pt;
	color: #3399FF;
	font-weight: normal;
	text-decoration: none;
	margin-top: 1;
	margin-bottom: 1;
}

/* A */
.contentlink {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 10pt;
	color: Red;
	font-weight: bold;
}

/* FORM */
.formtext {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 10pt;
	color: silver;
	font-weight: normal;
	background-color: White;
	border: 1px solid Black;
	width: 400px;
}

.formbox {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 9pt;
	line-height: 10pt;
	color: silver;
	font-weight: normal;
	border: 1px solid Black;
	width: 400px;
	height: 160px;
	background-color: White;
}
