body {
	background-color: #96B9DF;
	margin: 0px;
	font-family: Arial, helvetica, sans-serif;
}

#copyright {
	font-size: 0.8em;
	text-align: center;
}

.huge {
	font-size: 2em;
}
.large {
	font-size: 1.5em;
}

.blkbd {
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}

.mini {
	font-size: 0.8em;
}
.gib {
	font-size: 1.2em;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.ylbd {
	border: 2px solid #FFFF00;
}
.rdbd {

	border: 2px solid red;
}
#tinytits {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


td.video {
	text-align: center;
}

.yel {
	color: #FFFF00;
}


a:link {
	color: #003399;
	}
a:visited {
	color: #000000;
}

a:hover { 
	text-decoration: none;
	color: #000000;
}
