

/* Generic Selectors */

body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #ecd283;
background: url(images/BGD.jpg);
background-position: top center;
margin-top: 0px;
margin-left: 4px;
background-repeat:no-repeat;
background-color: #000000;
}

p {
width: 100%;
}

p.title {
width: 97%;
}

p.bar {
width: 100%;
background: transparent;
text-align: center;
margin: 0;
}

img {
border: none;
}

/**************** Pseudo classes ****************/

a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
background-color: transparent;
}

a:visited {
color: #000000;
text-decoration: none;
font-weight: normal;
background-color: transparent;
}

a:hover {
color: #000000;
font-weight: normal;
text-decoration: none;
background-color: transparent;
}

a:active {
color: #000000;
font-weight: normal;
}