@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Myriad Pro;
	background-color: #6b84a2;
	color:#333
}

.background {
	background-image: url(images/tahoe-players.jpg);
	border:thin black;
}

.backgroundd {
	background-image: url(../images/tahoe-players.jpg);
	border:thin black;
}

h1 {
	display: block;
	font-weight: bold;
	padding-bottom: 0px;
}

h1.title {
	padding-left: 15px;
}

.content {
	padding-left: 15px;
	height:468px;
	width:500px;
	overflow:auto;
}


.menu{
	color:#333;
	text-align:right;
	font-size:24px;
	padding-right: 30px;
	padding-top: 150px;

}

.biglink{
	font-size:40px;
	padding:5px;
	text-align:center;
}

p {
	margin: 5px, 5px, 0px, 0px;	
}

a {
	font-weight: bold;
	text-decoration:none;
	color:#666
}
a:hover {
	font-weight: bold;
	text-decoration:none;
	color:#333;
}

.bigpic {
	width:475px;
	display:block;
}
