This should speed up page loading because it saves the additional
http connection to the web server to download dss.css.
+++ /dev/null
-BODY,TD {
- background-color: #ffffff;
- color: #333333;
-}
-
-HR {
- background-color: #ffff00;
-}
-
-A {
- color: #4444ff;
-}
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<title>PACKAGE() - SLOGAN()</title>
- <LINK href="dss.css" REL="stylesheet" TYPE="text/css">
+ <style type='text/css'>
+ body,td {
+ background-color: #ffffff;
+ color: #333333;
+ }
+
+ hr {
+ background-color: #ffff00;
+ }
+
+ a {
+ color: #4444ff;
+ }
+ </style>
<link rel="shortcut icon" href="dss.ico">
</head>