@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
h1, h2, h3, h4, h5, h6 {       
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
	color:#D29798;
}
h2 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
	color: #D29798;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}/* Links */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #D29798;
	text-decoration: underline;
}