/*
	CSS for Infostudenti (print)
*/

body {
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

input,textarea {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#sidebar, #header {
	display: none;
}

h4 {
	border: none;
	padding-left: 0px;
	font-size: medium;
}

table {
	width: 100%;
}

h2 {
	font-size: large;
}

table.blackwhite td {
	border: 1px solid #000;
	background: white;
}

table.blackwhite th {
	font-weight: bold;
	font-size: 14px;
}

.noprint {
	display: none;
}