body {
	background: #ffffff;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

a {
	color: blue;
	background-color:white;
}

a:visited {
	color: blue;
	background-color:white;
}

a:hover {
	color: black;
	background-color:white;
}

.program h3 a:hover {
	color: black;
	background-color:white;
}

#title {
	background: url(../pics/pythonlogo.gif) no-repeat;
	width: 348px;
	height: 96px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#title h1 {
	display: none;
}

#container {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px dashed #999999;
	width: 500px;
	padding: 20px;
}

#header {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	line-height: 1ex;
	padding-top: 0;
	text-align: center;
	font-size: 11pt;
	margin-top: 20px;
	font-weight: bolder;
}

#directory {
	margin-top: 15px;
}

#footer {
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 15px;
	font-size: 9pt;
	line-height: 1ex;
}

.program h3 {
	font-size: 14pt;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
	line-height: 1ex;
}

div.program {
	border: 1px solid #999999;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 10pt;
}

a.default {
	color: #333333;
}

a.sciencemath {
	color: #009900;
}

a.internet {
	color: #0000cc;
}

a.danger {
	color: #cc0000;
}

a.lang {
	color: #cc00cc;
}

a.fun {
	color: #009999;
}

a.source {
	color: #0000cc;
}

a.arch {
	color: #009900;
}

.program p {
	display: none;
	margin-bottom: 0;
}