/*
CSS for ColoradoTahts.com site
*/

body {font-family:  Arial, Heveltica;
}

span {	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	display: block;
	width: 1000px;
	}

#photo {
padding-left: 5px;
background-color: black;
width: 670px;
position: absolute;
top: 145px;
left: 13px;
text-align: center;
color: white;
}

#selectphoto {overflow: auto;
height: 500px;
width: 180px;
position: absolute;
top: 145px;
left: 821px;
background-color: black;
color: white;
font-size: small;
border: white 2px solid;

}

#sheet {width: 1000px;
height: 1100px;
left: 20px;
top: 20px;
background-color: black;
color: white;
padding: 5px;
}

span a {
    color: black;
   	   }

span a:visited {
	color: black;
	}

span a:hover {
	font-weight: bold;
	color: white;
	background-color: black;
	}

a {color:  white;
}

a:visited
 { color: white;
 }

a:hover {	font-weight: bold;
	color: black;
	background-color: white;
	}

table {	color: white;
	}

#video1 {	position:  absolute;
	top: 205px;
	left: 550px}


