/* CSS Document 

@file   linkspage.css
@short  style specifics for linkspage module
@author Jo-Anne Steenbeeke
@date   23-aug-2006 

@changelog (should contain version.release, date, initials, short description)
  01.01  23-aug-2006  JSt  Initial release

*/
div.linksblok
{
  float:left;
  margin:5px 0 5px 5px;
  width:255px;
}
div.linksblok h3
{
  background-color: #bbb;
  margin: 1px 5px;
  width:100%;
}

div.linksblok a
{
 color: black;
 display: block;
 margin: 1px 5px;
 text-decoration:none;
}

div.linksblok a:hover
{
 text-decoration:underline;
}

