Header

From Psi Guide

(Difference between revisions)
Line 1: Line 1:
-
<style type="text/css">
+
<style type="text/css">
  body {
  body {
   color: black;
   color: black;
Line 9: Line 9:
  a:link {
  a:link {
-
   color: blue;
+
   color: navy;
  }
  }
  a:visited {
  a:visited {
-
   color: purple;
+
   color: orange;
  }
  }

Revision as of 13:15, 4 January 2008

<style type="text/css">
body {
 color: black;
}
div {
 color: black;
}
a:link {
 color: navy;
}
a:visited {
 color: orange;
}
a:active {
 color: pink;
}
</style>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools