/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */
p.indent {text-indent:5pt}
.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.normal
{
font-size: 20px; 
font-family: fantasy; 
font-style:normal;
color: black; 
}

.menu_small
{
font-size: 12px; 
font-family: "sans-serif"; 
font-style:normal;
color: black; 
}

.menu_large
{
font-size: 18px; 
font-family: "sans-serif"; 
font-style:normal;
color: black; 
}

.menu_medium
{
font-size: 16px; 
font-family: "sans-serif"; 
font-style:normal;
color: black; 
}

.copyright
{
font-size: 10px; 
font-family: "sans-serif"; 
font-style:normal;
color: white; 
}

.comment
{
font-size: 14px; 
font-family: "sans-serif"; 
font-style:normal;
color: red; 
}

