/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Roboto+Slab');
/* === fontawesome === */
@import url('font-awesome.css');

body {
	font-family:'Roboto Slab', Times, serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	background-color:#fff;
	}

table.list {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	}

table.links {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	}

h2 {
	font-family:'Roboto Slab', Times, serif;
	font-size: 50px;
	line-height:1.2em;
	color: green;
	text-align: center;
	text-shadow: -1px -1px 0 #FF0, 1px -1px 0 #FF0, -1px 1px 0 #FF0, 1px 1px 0 #FF0;
	}

h3 {
	font-family:'Roboto Slab', Times, serif;
	font-size: 45px;
	line-height:1.2em;
	color: green;
	text-align: center;
	text-shadow: -1px -1px 0 #FF0, 1px -1px 0 #FF0, -1px 1px 0 #FF0, 1px 1px 0 #FF0;
	}

img {
	margin-top: 20px;
	margin-bottom: 20px;
	}

tr {
	border-bottom: 1px solid green;
	}

tr.top {
	border-top: 1px solid green;
	}

th {
	background-color:#0f0;
	color:green;
	}

td.data {
	border-right: 3px double green;
	}

th.head {
	}

