/* File name: fade.css
   Date: 12 Nov 2009
   Validated CSS: 28 Nov 2008
*/

/* Defaults for all elements. */

body {
	background-color: #fdfdfd;
	background-repeat: no-repeat;
	color: #284828;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	margin: 10px 20px 20px 20px;
	text-decoration: none;
}

img {
    border: none;
}

blockquote {
	font-style: italic;
}

/* Links. */

a:link {
	color: #183818;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: #000000;
}

a.active {
	color: #ff0000;
}

/* Text and image alignment. */

.left {
	width: 100%;
	text-align: left;
}

.right {
	text-align: right;
	float: right;
}

.center {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.small {
	font-size: 0.85em;
	font-weight: normal;
}
