/*
 * Body, button y .banner
 *
 * $Id: et-bbb.css 1.1 2008/10/14 13:39:39 jordinas Exp $
 * vim:shiftwidth=4:tabstop=4:smarttab
 *
 * Joan Ordinas - <jordinas@EscolaDelTreball.ORG>
 */

body {
	background-color: #FFFFFF;
}

.dialog {
	margin-left:10%;
	margin-right:10%;
}

/* OBSOLET 
button {
	font-family: Sans-serif;
	font-size: 12px;
	text-align: center;
	width: 7em;
}
*/

.banner {
	background-color: #CD3367;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:active {
	color: #336600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


