body {
	background-color: #FFFFFF;
	background-image: url(/projects/images/background.gif);
	background-repeat:repeat-y
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	text-align:justify;
	
}

a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #09F;
	text-decoration: none;
}

.hf {
	text-align: right;
}
.emphasis {
	color: #FC3;
	font-size: large;
}
