body {	margin: 0;	background-color: #000000;	}a {    color: #cccccc;    }a:link {    color: #cccccc;    }   a:visited {    color: #999999;    }   a:hover {    color: #ffcc00;    text-decoration: underline;    }a:visited:hover {    color: #ffcc00;    text-decoration: underline;    }a:active {    color: #cccccc;    text-decoration: underline;	outline: none;    }.body {	color:#ffffff;	font: 10px/12px georgia, times new roman, times, serif;	}.iam {	color:#cccccc;	font: 9px/10px georgia, times new roman, times, serif;	}label { cursor:hand; }input {	background-color:#cccccc;	font-size: 10px;	}select {	background-color:#cccccc;	color:#000000;	font-size: 10px;	}input.button {	background-color:#cccccc;	color:#000000;	font-size: 10px;	}textarea {	background-color: #cccccc;	font-size: 10px;	}