Template:FreimoserTopTemplate: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
     font-style: normal;
     font-style: normal;
     font-family: arial, trebuchet ms;
     font-family: arial, trebuchet ms;
     color: #red;
     color: #ffffff;
}
}
A:visited {
A:visited {

Revision as of 13:22, 6 October 2006

<html><style type='text/css'> A:link {

   text-decoration: none;
   font-size: 10pt;
   font-style: normal;
   font-family: arial, trebuchet ms;
   color: #ffffff;

} A:visited {

   text-decoration: none;
   font-size: 10pt;
   font-style: normal;
   font-family: arial, trebuchet ms;
   color: #1E1E1E;

} A:active {text-decoration: none} A:hover {text-decoration: underline} } .navbar{

 padding: 10px;
 color: #white;
 background-color: #white;
 width: 801px;
 font-family: Arial;
 font-size: 10pt;

} </style></html>