/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    /*FONT-SIZE: .8em;*/
    COLOR: #ffffff;
    /*COLOR: #ffff00;*/
}

TD
{
    BACKGROUND-COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    /*FONT-SIZE: .8em;*/
    COLOR: #ffffff;
    /*COLOR: #ffff00;*/
}

.title
{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	/*color: #ffff00;*/
	text-align: center;
}

.painting
{
	text-align: center;
    height: 310px;
}

.painting img
{
	border: 0px;
}

.desc
{
	font-weight: bold;
	color: #ffffff;
	/*color: #ffff00;*/
	text-align: center;
}


IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

td.blank
{
    width: 246px;
}
