/* CSS Document */

body {
	background-image: url(images/vid-tape-back.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment:fixed;
}
</style>
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}

.lnk {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.lnk a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.lnk a:active {
	text-decoration: none;
	color: #FF0000;
}

.lnk a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.lnk a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color:#FFFFFF;
}

.tit1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: x-large;
	font-weight: bold;
}
.tble {
	border: thin dotted #666666;
	padding: 1;
}
.dat {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #57BAEA;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

.footer a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
