/**
 * Styles to do with the type face for the Haddock CMS site.
 *
 * @copyright 2008-02-24, RFI
 */

body {
	text-align: center;
	
	font-size: larger;
	
	font-family: Trebuchet MS, Verdana, sans-serif;
	
	color: #010141;
}

div#container {
	text-align: left;
}

div#header h1 a {
	text-decoration: none;
}

div#footer {
	text-align: center;
	
	font-size: smaller;
	
	color: #b7b7b7;
}

.error {
	color: red;
}

a:visited {
	/*color: #010141;*/
}

.navigation a {
	color: #010141;
	
	text-decoration: none;
}
