body{
	scrollbar-face-color: #28272A;
	scrollbar-highlight-color: #28272A;
	scrollbar-3dlight-color: #28272A;
	scrollbar-darkshadow-color: #28272A;
	scrollbar-shadow-color: #28272A;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
    background-color: #FFFFFF;
	font-weight: normal;
}

.header {
background:#fff url(../images/logo_bg.jpg) repeat-x;
width:950px;
height:120px;
border-top:2px solid #000;
}

.blogname {
font-size:3.5em;
margin:20px 0 0 10px;
}

#container {
	position: top center;
	margin: -15 auto 0 auto;
	padding: 0 0px 0 0px;		
	background: #FFFFFF;
	width: 950px;		
}
	
blockquote {
	font-weight: normal;
}
p {
	color: #000000;
	font-weight: normal;
}
td {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a:active {
	font-family: Georgia;
	font-size: 12px;
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-family: Georgia;
	font-size: 12px;
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Georgia;
	font-size: 12px;
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}

.samples a:hover img { filter:gray }
