* {
 margin: 0;
 padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/pattern1.png);
	background-repeat: repeat-x;
	float: none;
	width: auto;
	height: auto;
}

p {
	margin-bottom: 1em;
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.dropdown-upward {
 margin-top: 400px !important;
}

