/* 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.                                          */

			a:link {background:white;color:red; text-decoration:none}
			a:visited {background:white;color:red; text-decoration:none}
			a:hover {background:red;color:white; text-decoration:none}
			a:active {background:white;color:red; text-decoration:none}
		*
.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;
}

.banner
{
font-size: 32px; 
font-family: "monotype corsiva"; 
font-style:bold;
color: white; 
}

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

.script
{
font-size: 18px; 
font-family:"serif"; 
font-style:italic;
color: black; 
}

.script_large
{
font-size: 22px; 
font-family:"serif"; 
font-style:italic;
color: black; 
}

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

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

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

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

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

.large
{
font-size: 24px; 
font-family: "serif"; 
font-style:normal;
color: black; 
}


.xlarge
{
font-size: 36px; 
font-family: "serif"; 
font-style:normal;
color: black; 
}

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

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

.grey_medium
{
font-size: 36px; 
font-family: "georgia"; 
font-style:normal;
color: lightgrey; 
}
.grey_large
{
font-size: 42px; 
font-family: "georgia"; 
font-style:normal;
color: lightgrey; 
}

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

.bookname_large
{
font-size: 36px; 
font-family: "monotype corsiva"; 
font-style:bold;
color: teal;
}

.bookname
{
font-size: 24px; 
font-family: "monotype corsiva"; 
font-style:bold;
color: teal;
}

.bookname_small
{
font-size: 18px; 
font-family: "monotype corsiva"; 
font-style:bold;
color: teal;
}

.subject
{
font-size: 20px; 
font-family: "ariel"; 
font-style:bold;
color: red; 
}

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

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