/* File name: eco.css
   Date: 27 Nov 2008
   Validated CSS: 27 Nov 2008
*/

/* Defaults for all elements. */

body {
	background-color: #05529a;
	background-repeat: no-repeat;
	color: #5b7dad;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
}

img {
    border: none;
}

blockquote {
	font-style: italic;
}

/* Links. */

a:link {
	color: #bbeeff;
}

a:hover {
	font-weight: bold;
}

a:visited, a.active {
	color: #6699cc;
}

/* 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;
}
