/* 
==============================================================
Simple Style Sheet
styles.css: Simple style sheet viewable by all browsers
============================================================== 
*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
margin:1em 3%;
}

li, dd 
{
margin-left:5%;
}

fieldset 
{
padding: .5em;
}

body
{
font-size: 76%;
}

li.smaller
{
display: none;
}
