@charset "utf-8";
/* CSS Document */

.title 
{
	font-weight:bolder;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif; 
}
.author
{
	font-size:12px;
	color:#333;
	font-style:italic;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.price
{
	font-size:16px;
	color:#F00;
	font-weight:600;
	text-align: center;
}

.description
{
	font-weight:900;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#F00;
}

.otherinfo
{
	color:#333;
	font-size:14px;
}
#separator
{
	border-bottom:#000 solid 1px;
}

.link a:hover{font-size:16px; font-weight:bold; text-decoration:underline; }
.link a:active{font-size:16px; font-weight:bold; color:#900; font-family:Times New Roman, Times, serif;}
.link a:visited{font-size:16px; font-weight:bold; text-decoration:underline; }
.link a:link{font-size:16px; font-weight:bold; text-decoration:underline; }

#MPage
{
	background-color:#CCC;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}
.numbers
{
	text-align:right;
}
.items
{
	text-align:left;
