@CHARSET "UTF-8";

body
{
	font-family: "Trebuchet Ms", "Arial", "Tahoma";
	font-size: 10pt;
	background: url('/images/back.jpg') repeat-y center top;
	background-color: #090808;
	color: #f3dbdb;
	text-align: left;
	line-height: 1.3;
}

p
{
	margin: 0px 0px 10px 0px;
}

a:link,
a:active,
a:visited
{
    text-decoration: underline;
    color: #7c7c7c;
}
a:hover
{
    border: none;
    text-decoration: none;
    color: #f3dbdb;
}

img
{
	border: 0;
}
img.vert
{
	vertical-align: middle; 
	margin-bottom: .15em;
	margin-right: 5px;
}
img.art
{
	width: 150px;
	height: 100px;
	border: 1px solid #7c7c7c;
	cursor: pointer;
}
.bold
{
	font-weight: bold;
}
.icon_button
{
	border: 0;
}
.big_link
{
	font-size: 14pt;
}
.art_small
{
	width: 170px;
	height: 170px;
	border: 1px solid #333333;
	margin-right: 10px;
	cursor: pointer;
}
