@charset "utf-8";
/* CSS Document */
body {
font : 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background-color : #000000;
margin : 0;
padding : 0;
color : white;
background-image : url(/1back.jpg);
text-align: center;
}
P { text-align: center }
H1 { text-align: center }
H2 { text-align: center }
H3 { text-align: center }
H4 { text-align: center }


h1, h2, h3, h4, h5, h6, p {
margin-top : 0;
padding-right : 15px;
padding-left : 15px;
color : white;
}

a:link {
color : yellow;
text-decoration : none;
}
a:visited {
color : yellow;
text-decoration : none;
}
a:hover {
color : red;
text-decoration : none;
}
a:active, a:focus {
text-decoration : none;
}
