/* 
    Document   : div
    Created on : Jul 19, 2010, 10:50:16 PM
    Author     : Christian
    Description:
        Purpose of the stylesheet follows.
*/

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

.title
{
    font-weight: bold;
}

a.menu_color
{
/*    color: blue;*/
}

img.img_no_border
{
    border: none;
}

/*.pad_left_33
{
    padding-left: 33%;
}

.pad_left_66
{
    width: 1px;
    padding-left: 50%;
}*/


