/*
formate.css
stylesheets fuer gruppe75.de
*/

#text               { color:#000000;
                      font-family:arial;
                      font-size:80%;
                      line-height:130%;
                    }
#text a:link        { color:#4F4F4F;
                      text-decoration:none;
                    }
#text a:visited     { color:#4F4F4F;
                      text-decoration:none;
                    }
#text a:hover       { color:#FF0000;
                      font-weight:bold;
                      text-decoration:none;
                    }

