ul.menu{
	display:none;
}

.highlights {
	display:none;
}

.quote {
	display:none
}

.bloglinks {
	display:none;
}

.technologies {
	display:none;
}

.title {
	display:none;
}

.breadcrumb {
	display:none;
}

.copyright {
	font-size:medium;
	font-weight:bold;
	text-align:left;
	padding : 0.5em;
	margin-top:0.5em;
	margin-bottom : 0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
}

.content {
	margin-right:1em;
	padding:1em;
	margin-left:1em;
}

.ahem {display : none}

html {
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}


/* Some typography stuff */

body {
	font-family: Georgia, 'Bitstream Vera Serif', serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Bitstream Vera Sans', eurostile, sans-serif;
	font-weight:bold;
}

h1 {
	font-size : 125%;
}
h2 {
	font-size : 115%;
}
h3 {
	font-size : 110%;
}

pre, tt, code, kbd, samp {
	font-family: 'Courier New', 'Bitstream Vera Sans Mono', monospace;
}

.content p {
	max-width:60em;
	line-height:1.3;
}

/* Sorting out the default stuff */

ul {
	list-style-type:square;
}

ul ul {
	list-style-type:circle;
}

table {
	border-collapse:collapse;
	page-break-inside:avoid;
}

td {
	border: 1px solid rgb(0,0,0);
	text-align:left;
	padding:0.5em;
}

th {
	border: 1px solid rgb(0,0,0);
	text-align:left;
	padding:0.5em;
}

th[scope="col"] {
	text-align:left;
	font-weight:900;
}

th[scope="row"] {
	text-align:right;
	padding-left:1.5em;
}

tr.tabletotal td{
	font-weight:bold;
}