/*============================================================================
 * main.css
 *============================================================================
 */

body {
	background-color: #FFFFFF;
	margin-top      : 20px;
    color           : #999999;
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 10px;
    line-height     : 12px;
}

a {
    text-decoration: none;
}

a:link {
	color: #999999;
}

a:visited {
	color: #FF9900;
}

a:hover {
    text-decoration: underline;
	color          : #000000;
}

p {
    color      : #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 10px;
    line-height: 12px;
}

td {
    color      : #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 10px;
    line-height: 12px;
}


/* Only used for <BODY> in menu.html */
.nomargin {
    margin: 0px;
}


/* Only used for <TD>s in main.html and featured.php */
.white {
    background-color: white;
}


/* Only used for one <TD> in featured.php */
.big_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 20px;
    line-height: 22px;
    color      : #777777;
}


/* Only used for <SPAN>s in bio.php */
.heading {
    font-weight: bold;
    color      : #777777;
}

.film {
    font-weight: bold;
    color      : #F77700;
}

