* {
	font-family: times, "Times New Roman", serif;
	}

a {
	color: #000;
	}

.attention {
	border: 1px solid #999;
	padding: 3mm;
	}

#header,
#tabs,
#railColumn,
#footer {
	display: none;
	}
	
#contentColumn{
	width:100%;
	float:none;
}

#content{
	line-height: 1.3;
	}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: Tahoma, sans-serif; }

#content h1 {
	font-size: 4mm;
	padding-bottom: 1mm;
	border-bottom: solid 0.6mm #000; }

#content h2 {
	font-size: 1.5em;
	}

#content h1:before {
	content: "iT4Communities: " ;
	}

a:after {
	content: " (" attr(href) ") " ;
	}

acronym:after {
	content: " [" attr(title) "]" ;
	}

abbr:after {
	content: " [" attr(title) "]" ;
	}