Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

body {
	background:#010101;
	padding: 0px; 
	color: #0e0;
	font-family: arial;
     }
 
 
 
 
 
 
 
select , input, textarea 
 
{
	font-family: Courier New;
	border:1px #3f0 solid;
	background:#010101;
	color: #ffff00;
	font-weight:bold;
	margin:2px;
	padding:2px;
}
 
 
 
a:visited
 
	{
 
	color: gray
 
	}
 
a:hover {color:#ff0000 }