Subversion Repositories oidplus

Rev

View as "text/css" | Blame | Last modification | View Log | RSS feed

  1. body {
  2.         background:#F2EADC;
  3.         color:black;
  4.         font-family:'Times New Roman';
  5. }
  6.  
  7. h1 {
  8.         font-family:Arial;
  9.         font-size:30px;
  10. }
  11.  
  12. a:link, a:visited {
  13.         color:darkblue;
  14. }
  15.  
  16. p.green {
  17.         font-size:14px;
  18. }
  19.  
  20. p.green a:link, p.green a:visited {
  21.         color:green;
  22. }
  23.  
  24. a:hover, p.green a:hover {
  25.         color:#DD0000;
  26. }
  27.  
  28. #headertable {
  29.         background:#EDDC21;
  30.         color:black;
  31. }
  32.