/*
******************************************************************************
** Name:    frontpage.css
** Version: $Id: frontpage.css,v 1.1 2006/11/16 20:15:11 nat Exp $
** Purpose: Static content for the frontpage plugin
** Author:  Nat Blundell (NJB)
******************************************************************************

** Bookmarks. Web based "web browser bookmark" organisation.
**
** Copyright (C) 2006 Nat Blundell (nat@tepic.co.uk)
**
** This file is part of "Bookmarks".
**
** Bookmarks is free software; you can redistribute it and/or modify it under
** the terms of the GNU General Public License as published by the Free
** Software Foundation; either version 2 of the License, or (at your option)
** any later version.
**
** Bookmarks is distributed in the hope that it will be useful, but WITHOUT
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
** FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
** more details.
**
** You should have received a copy of the GNU General Public License along
** with Bookmarks; if not, write to the Free Software Foundation, Inc., 51
** Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/


div#frontpage { 
  width:               80%;
  margin-left:         auto;
  margin-right:        auto; 
  margin-top:          2ex; 
  margin-bottom:       1ex;
}

div#frontpage a { 
  color:               #0000ff;
  text-decoration:     underline;
}

div#frontpage a:hover { 
  color:               #8080ff;
}

div#frontpage p { 
  margin:              0px 0px 1.5ex 0px;
}
