home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / corporateblue / default.css next >
Cascading Style Sheet File  |  2006-06-09  |  176b  |  14 lines

  1. /** BASIC */
  2.  
  3. body {
  4.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  5.     color: #004784
  6. }
  7.  
  8. a:link {
  9.     color: #004784
  10. }
  11.  
  12. a:hover {
  13.     text-decoration: none;
  14. }