body {	margin: 0 0 0 0;    padding: 0;    background-color: black;   }   p {	font-family: geneva, arial, sans-serif;	font-weight: normal;	font-size: 10px;	line-height: 18px;	color: #ccc;	background-color: transparent;	}	a:link {	font-family: geneva, arial, sans-serif;	font-weight: normal;	font-size: 10px;    color: #fc3;    background-color: transparent;    text-decoration: none;    }    a:visited {	font-family: geneva, arial, sans-serif;	font-weight: normal;	font-size: 10px;    color: #c90;    background-color: transparent;    text-decoration: none;    }    a:active {	font-family: geneva, arial, sans-serif;	font-weight: normal;	font-size: 10px;    color: #ff0;    background-color: transparent;    text-decoration: none;    }    a:hover {	font-family: geneva, arial, sans-serif;	font-weight: normal;	font-size: 10px;    color: #f00;    background-color: transparent;    text-decoration: none;    }.bigtext {	font-family: helvetica, arial, sans-serif;	font-weight: bold;	font-size: 12px;    color: white;    background-color: transparent;    }    a.big:link {	font-family: helvetica, arial, sans-serif;	font-weight: bold;	font-size: 12px;    color: #fc3;    background-color: transparent;    text-decoration: none;    }    a.big:visited {	font-family: helvetica, arial, sans-serif;	font-weight: bold;	font-size: 12px;    color: #c90;    background-color: transparent;    text-decoration: none;    }    a.big:active {	font-family: helvetica, arial, sans-serif;	font-weight: bold;	font-size: 12px;    color: #ff0;    background-color: transparent;    text-decoration: none;    }    a.big:hover {	font-family: helvetica, arial, sans-serif;	font-weight: bold;	font-size: 12px;    color: #f00;    background-color: transparent;    text-decoration: none;    }    .aligncenter {	text-align: center;	}.alignright {	text-align: right;	}
