@charset "utf-8";
/* CSS Document */

a {
	color: #FF00FF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	font-weight: bold;	
}

a.material {
	color: #000000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

table.vestibular {
	background-color:#000000;
	border:0;
	padding:0;
}

th.vestibular {
	font-size:11px;
	font-weight:bolder;
	background-color:#666666;
	text-align:center;
}

td.vestibular {
	font-size:9px;
	font-weight:bold;
	background-color:#CCCCCC;
	text-align:center;
}