@CHARSET "UTF-8";

/**
 * History page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "about.css";


/** Title */
#title h2 {
	height: 23px;
	background: url(../../gfx/links/title.gif) no-repeat 0 0;
}

/** Links list */
#article ul {
	margin: 45px 0 0;
}

#article li {
	padding: 3px 0 3px 35px;
	margin: 5px 0 0;
	background: url(../../gfx/links/star.gif) no-repeat 0 3px;
}

#article li a:link, #article li a:visited {
	color: #e8cfbb;
	text-decoration: none;
}

#article li a:hover {
	text-decoration: underline;
}
