body
	{
	background-color: #ffccff
	}

h1
	{
	margin-bottom: 0;
	text-shadow: #aa3366 0em 0.2em 0.3em;
	margin-top: 0em
	}

.footer
	{
	}
	
.header
	{
	font-size: small;
	background: #cccccc;
	padding: 3px
	}

.brick
	{
	width: 150px;
	background: darkgrey;
	font-size: small;
	margin-bottom: 0.5em;
	padding: .25em
	}

.brick_red
	{
	width: 150px;
	background: red;
	color: white;
	font-size: small;
	margin-bottom: 0.5em;
	padding: .25em
	}

.recent_brick
	{
	text-align: center;
	font-weight: bold;
	width: 150px;
	background: #ffccff;
	text-decoration: underline;
	font-size: small;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: .25em
	}

.all_brick
	{
	text-align: center;
	font-weight: bold;
	width: 150px;
	background: gold;
	font-size: small;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: .25em
	}

.top_brick
	{
	width: 150px;
	background: yellow;
	font-size: small;
	margin-bottom: 0.5em;
	padding: .25em;
	text-align: center
	}

.top_brick_color
	{
	color: #000000
	}

.movielink
	{
	color: darkblue
	}
	
.buybutton
	{
	background-color: yellow; 
	padding: 0.1em; 
	border: 1px solid black; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px
	}