Team:IIT Madras/Templates/Header

From 2013.igem.org

Revision as of 17:42, 27 August 2013 by JunaidBabu (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<style type="text/css">

   body {
        background-color: white; /* defines the default background color of the document*/
        color: black; /* defines the default font-color of the document*/
   }
   a {
        color: black; /* defines the default color of links */
   }
   a:hover {
        color: gray; /* defines the default color of links hovered by the cursor */
   }
   a {
        color: black; /* defines the default color of links */
   }
   .firstHeading
   {
        display: none; /* hides the default heading */
   }

</style>