﻿/**
 * common_nef.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71.2.1 2009/04/08 19:43:30 nef Exp $
 */

/**
 * Common HTML elements
 */


a:link {
	color: #145d67;
}

a:active {
	color: #145d67;
}

a:visited {
	color: #145d67;
}

a:hover {
	color: #0e4249;
	background: #abd4d9;
}


#header {
	width: 100%;
	background-color: #87c2ca;
	text-align: center;
}

