/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000;
	line-height:1.3em;
}
* {
	outline:none;
}
#temp {
	width:450px;
	margin-left: auto;
	margin-right: auto;
	padding-left:200px;
	margin-top: 10%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mj {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.strong {
	font-weight: bold;
}
p {
	margin: 5px 0;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}
#newsletter {
	height:30px;
}
.mail {
	cursor:pointer;
	border-bottom: solid #FFF 1px;
}
.mailOff {
	cursor:default;
	border-bottom: none;
}
#emailinput {
	background:none;
	border:none;
	width:200px;
	color:#FFF;
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline:none;
}
