.clear{
    clear: both;
}
.highlight,
.highlight * {
    color: #be057c !important;
}

span > strong {
    color: inherit!important;
}

img {
    border: none;
}

body, html {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    overflow-x: hidden;
}

body {
 background-color: #000;
 background-image: url(Back-02.jpg);
 background-attachment:fixed;
 background-repeat: repeat-x;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: center;
 margin-left: center;
 background-position: top center;
}

* {
    font-family: Arial, sans-serif; outline: 0;

}

h1, h2, h3, h4, h5, h6{
	font-family: 'BebasNeueRegular',Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size: 10pt;
	color: #FFFFFF;
}

input[type=text]:focus {
    outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: inherit;
    color: inherit;
}