/* Main styles for Doolin */

/* General */
* {
	font-family: sans-serif;
}

/* Fonts */

code {
	font-family: monospace;
	color: #444444;
}

/* Code fragments */

pre.code {
	font-family: monospace;
	background-color: lightgray;
	margin: 0.5cm;
	border: solid 1px black;
}

/* Page title */

th.title, th.subtitle {
	background-color: #0088FF;
	color: white;
	text-align: left;
}

th.title {
	font-size: 300%;
	font-weight: bold;
}

th.subtitle {
}

/* Page */

td.body {
	padding: 0.5cm;
}

/* Menu */

td.menu {
	background-color: #0055CC;
}

td.menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
