/* @override http://localhost:8888/SamStroube2009/css/basic.css */

html, body {
	margin:0;
	padding:0;
}

a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}

a.play {
	text-transform: uppercase;
	font-size: .5em;
	padding: 5px;
	background-color: #d4d4d4;
}
a.play:hover {
	text-transform: uppercase;
	font-size: .5em;
	padding: 4px;
	background-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
}
a.prev {
	text-transform: uppercase;
	font-size: .5em;
	padding: 5px;
	background-color: #d4d4d4;
}
a.prev:hover {
	text-transform: uppercase;
	font-size: .5em;
	padding: 4px;
	background-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
}
a.next {
	text-transform: uppercase;
	font-size: .5em;
	padding: 5px;
	background-color: #d4d4d4;
}
a.next:hover {
	text-transform: uppercase;
	font-size: .5em;
	padding: 4px;
	background-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
}
a.pause {
	text-transform: uppercase;
	font-size: .5em;
	padding: 5px;
	background-color: #d4d4d4;
}
a.pause:hover {
	text-transform: uppercase;
	font-size: .5em;
	padding: 4px;
	background-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}


