html {
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-repeat: no-repeat;
	background-position: center center;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	color : black;
}

a
{
	text-decoration : none;	
	color : black;
}


div.title
{
	font-size : 56pt;
	font-weight : bold;
	letter-spacing : 1pt;
}

div.topmenu
{
	font-size : 16pt;
	text-decoration : none;	
	color : black;
}

div.bottommenu
{
	font-size : 12pt;
	font-weight : 600;
	text-decoration : none;	
	color : black;
}

div.copyright
{
	font-size : 10pt;
	text-decoration : none;	
	color : black;
}

div.selected
{
	color : Red;
}

a:hover
{
	color : Red;
}

table
{
	font-size : 10pt;
}

.painting_list
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.painting_list td
{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
