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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color:Gray;
	display: inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-align:left;
}

ul 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

.book
{
	color: Maroon;
	font-weight:normal;
}

.dvd 
{
	color:Navy;	
	font-weight:normal;
}

.vhs
{
	color:Olive;	
	font-weight:normal;
}
