html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
	background-image: url(bg.jpg);
}
a {
	text-decoration:none;
	color:#000000
}
a:hover {
	text-decoration:underline;
	color:#000000
}
h3 {
	text-align: center;
}
#SilverBabesTitle {
	margin: 0 auto;
	padding: 0px;
	width: 982px;
	height: 80px;
	background-color: #FFFFFF;
	background-image: url(silverbabes.jpg);
}
#WelcomeToSilverBabes {
	margin: 0px;
	padding: 0px;
	width: 542px;
	height: 80px;
	text-align: center;
	font-size: 14px;
}
.SilverBabesGalleries {
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	height: 1476px;
	background-color: #C3C3C3;
	border: #000000 1px solid;
}
.SilverBabesGalleries div {
	margin: 2px;
	padding: 0px;
	width: 190px;
	height: 240px;
	border: #000000 1px solid;
}
.SilverBabesGalleries div:hover {
	border-color: #FFFFFF;
}
.SilverBabesVideo {
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	height: 936px;
	background-color: #C3C3C3;
	border: #000000 1px solid;
}
.SilverBabesVideo div {
	margin: 2px;
	padding: 0px;
	width: 190px;
	height: 150px;
	border: #000000 1px solid;
}
.SilverBabesVideo div:hover {
	border-color: #FFFFFF;
}
.HottestBabes {
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	width: 982px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.HottestBabesText {
	padding: 0px 80px 0px 80px;
}
.ColorBlue {
	color: #0000FF;
}
.PicturesAndMoviesText {
	font-family: Unpact;
	color: #CD0101;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}
.SwitchToVideo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
.pages {
	background:#F8F8F6;
	border-style:solid;
	border-color:#CAC3BA;
	padding: 3px 3px 3px 3px;
	margin:15px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	border-width: 1px;
}
.pages a {
	border: 1px solid #853614;
	margin: 3px 3px 3px 3px;
	padding-left:3px;
	padding-right:3px;
	text-decoration: none;
	color: #853614;
	font-size:12px;
	font-weight:bold;
}
.pages a:hover {
	color: #171512;
	background: #F4C76C;
	text-decoration:none
}