/* 
    Document   : links
    Created on : 21/05/2009, 4:46:52 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.links {
	margin: 15px 5px;
}

.links li {
	list-style: none;
}

.links a {
	display: block;
	margin-bottom: 5px;
}

