/*
 * Copyright 1999/2004 by David Killingsworth, Tux Studios
 *
 * Bryan Anderson - Beauty in Art
 *
 * CVS Info: $Id: bhc.css,v 1.01 2004/04/26 16:01:59 killer Exp $
 * $Author: killer 
 *
 */

/*
a:hover{
	text-decoration: underline;
	color: blue;
	font-size: 16px;
	font-weight: bold;
}
*/
A {
	text-decoration: underline;
	color: blue;
	font-size: 14px;
	font-weight: bold;
}

/*
A:link {
	text-decoration: underline;
	color:blue;
	font-size: 12px;
	font-weight: bold;
}

A:visited {
        text-decoration: underline;
	color: blue;
	font-size: 12px;
	font-weight: bold;
}

A:active {
        text-decoration: underline;
	color: blue;
}
*/

A.footernote {
        color: darkred;
        font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

.nodeco {
	text-decoration: none;
	color: gray;
	font-size: 12px;
}

.warn {
	font-weight: bold;
	color: yellow;
}

/* paragraph of page */
.text0 {
	color: black;
	font-size: 16px;
        font-family: arial, Georgia, sans-serif;
/*	font-weight: bold; */
}
.text1 {
	color: black;
	font-size: 20px;
        font-family: arial, Georgia, sans-serif;
	font-weight: bold; 
}
.footerfast {
        color: black;
        font-size: 10px;
        font-family: arial, Georgia, sans-serif;
}
.footerce {
        color: blue;
        font-size: 10px;
        font-family: arial, Georgia, sans-serif;
}

.textfast {
        color: black;
        font-size: 16px;
        font-family: arial, Georgia, sans-serif;
}
.textce {
        color: blue;
        font-size: 16px;
        font-family: arial, Georgia, sans-serif;
}
.titlefast {
        color: black;
        font-size: 20px;
        font-family: arial, Georgia, sans-serif;
        font-weight: bold; 
}
.titlece {
        color: blue;
        font-size: 20px;
        font-family: arial, Georgia, sans-serif;
        font-weight: bold; 

}
.topictitles {
        color: black;
        font-size: 20px;
        font-family: arial, Georgia, sans-serif;
}

.lefttitle {
        color: darkblue;
        font-weight: bold;
        font-size: 20px;
}

.centertitle {
        color: darkgreen;
        font-weight: bold;
        font-size: 20px;
}

.righttitle {
        color: black;
        font-weight: bold;
        font-size: 20px;
}

BODY {
	color: black;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #800000;
}

.footernote {
        color: darkred;
        font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

/* EOF */


