body {
background-image : url('blacklogo1.png');
background-repeat : no-repeat;
background-attachment : fixed;
background-color : #000;
background-position : center;
}
a {
color : black;
text-decoration : none;
font-weight : normal;
border : none;
width : 220px;
font-family : comic sans ms;
font-size : 14px;
}
a:hover {
color : red;
text-decoration : none;
font-weight : normal;
border : none;
width : 220px;
font-family : comic sans ms;
}

h1 {
text-align : left;
color : #000;
font-family : comic sans ms;
font-size : 18px;
}
h2 {
text-align : left;
font-weight : normal;
color : #000;
font-family : comic sans ms;
font-size : 16px;
}
td {
vertical-align : text-top;
vertical-align : top;
}
td.ref {
vertical-align : text-top;
background-color : #b0b0b0;
vertical-align : top;
border: solid 2px yellow;
}

td.content {
vertical-align : text-top;
background-color : #fff;
vertical-align : top;
padding: 10px;
border: solid 2px yellow;
}
table {
background-color : black;
}
table.ref {
text-align : left;
background-color : black;
}
p {
font-size : 15px;
}
img {
    border:0;
 }
.center
{
margin:auto;
width:60%;
background-color:#000;
}