a:link {
	background: transparent;
	color: #555555;
	text-decoration: none;
}
a:visited {
	background: transparent;
	color: #555555;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #555555;
	text-decoration: underline;
}
a:active {
	background: transparent;
	color: #555555;
	text-decoration: underline;
}
.select {
	background: white;
	color: black;
	padding: 1px;
	border: 1px solid black;
}
.film {
	background: black !important;
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.film_one {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
}
.film_two {
        border-top: 4px dotted black;
        border-bottom: 4px dotted black;
}
body {
	background: #f5f5f5;
	color: black;
	font-family: sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form {
	display: inline;
}
select {
	background: white;
	color: black;
	font-size: small;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.float {
	position: fixed;
	z-index: 99;
}
.highlight {
	border: 1px solid #ff0000;
}
.lowlight {
	border: 1px solid #909090;

}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.wide {
	width: 100%;
}
.arty {
	border: 10px solid white;
	margin: 5px;
}
.caption {
	padding: 25px;
}
.copyright { 
	font-size: x-small;
	background: transparent;
	color: gray;
}
