/* CSS Document */

td {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: xx-small;
}
h1 {			font-size: x-small; }
h2 {
				font-size: xx-small;
				text-transform: uppercase;
				text-decoration: underline;
}

a,a:link, a:visited {		text-decoration: none; color:#0000EE; }
a:hover {
				color:red;
				text-decoration: none;
}
div {			padding: 10px; }

.nav {			color: #666666; }
.rouge {
				font-weight: bold;
				color: red;
}

