html, body{	margin:5;
	padding:0;
	height:100%;
	background-color: black;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/* BACKGROUND */
.strip {background-image: url('images/film.png');	background-repeat: repeat;}

/* LINKS */
A {	cursor: pointer; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CCCCCC; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	text-decoration: none}
A:hover {color: #00FF00}

A.menu {color: #FFFFFF;	font-size: 12px;}
A.result {font-size: 14px; font-weight: bold; color: #FFD41E;}
A.result:hover {color: #CC0000}
A.keyword {color: #FFFFFF; font-size: 12px;}
A.keyword:hover {color: #00FF00;}
A.shop {font-style: italic; color: #CCCCCC; font-size: 10px;}

/* SPAN & DIV */
.title {font-size: 14px; font-weight: bold; color: #FFD41E;}
.info {font-size: 12px; font-weight: bold; color: #FFFFFF;}
.description {font-size: 10px; font-weight: normal; color: #CCCCCC;}
.footer  {font-size: 10px; font-weight: normal; color: #666666;}
.news {height: 20px; font-size: 14px; font-weight: bold; color: white;}
.resultHeader {font-size: 14px; font-weight: bold; color: #FFFFFF;}

/* MISC */
IMG {border-color: black;}
table.main {border-spacing: 0px;}
input.smooth {font-size: 12px; border: 1pt solid #000000; background-color: #CCCCCC;}
select {background-color: #CCCCCC; border: 1pt solid #000000;}



