* {
 margin: 0;
 padding: 0;
}

body {
	padding: 50px;
	border-top: solid 1px #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #1C111E;

}

p { margin-bottom: 1em; }

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

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

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline overline;}