
H1 {
	color : #333388;
	font-weight : bold;
	text-decoration : none;
	font-size : 24px;
}

table {
	border : 1px outset;
	width : 70%;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

th {
	background : #2d7ff4;
	font-size : 12px;
	padding : 1em;
	white-space: nowrap;
}

td {
	background : #DEF;
	font-size : 10px;
	padding-right : 5px;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 1px;
}

a, input{
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 14px;
	background : #DEF;
	border : #EEEEFF 1px outset;
	padding:0.2em 0.5em;;
	border-radius:0.2em;
	margin : 0 0.2em;
}

a:hover {	
	border : #EEEEFF 1px inset;
}


div.small {
	font-size : 9px;
}
