Index: trunk/cgi-bin/admin.cgi
===================================================================
--- trunk/cgi-bin/admin.cgi	(revision 412)
+++ trunk/cgi-bin/admin.cgi	(revision 413)
@@ -49,8 +49,10 @@
 if ($IPDBacl{$authuser} !~ /A/) {
   print "Content-Type: text/html\n\n".
-	"<html><head><title>Access denied</title></head>".
-	qq(<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
-	'Access to this tool is restricted.  Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '.
-	"for more information.</body></html>\n";
+	"<html>\n<head>\n\t<title>Access denied</title>\n".
+	qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
+	qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n).
+	"</head>\n<body>\n".
+	qq(Access to this tool is restricted.  Contact <a href="mailto:kdeugau\@vianet.ca">Kris</a> \n).
+	"for more information.\n</body>\n</html>\n";
   exit;
 }
@@ -62,5 +64,6 @@
 	"<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n".
 	qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n).
-	qq(</head>\n<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).
+	qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n).
+	"</head>\n<body>\n".
 	"<h2>IPDB - Administrative Tools</h2>\n<hr>\n";
 
