body {
background-color : #000000;
color : #c0c0c0;
}

h1 {
font-family : Arial, Helvetica, Verdana;
font-size : xx-large;
color : #c0c0c0;
}

p {
font-family : Arial, Helvetica, Verdana;
font-size : medium;
color : #c0c0c0;
line-height : 200%;
}

div {
text-align : center;
margin : 0 auto;
width : 760px;
}

a:link {
color : #c0c0c0;
text-decoration : underline;
}

a:visited {
color : #c0c0c0;
text-decoration : underline;
}

a:hover {
color : blue;
text-decoration : none;
}

a:active {
color : #c0c0c0;
text-decoration : none;
}