.xx-small {
	font-size: xx-small;
}
body {
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-image: url(images/blue.jpg);
}
a {
	text-decoration: none;
}
a:hover {
	color: #F00;
}
table {
	background-color: #EBE4D4;
}
h1 {
	font-style: italic;
	color: #00F;
}
h2 {
	font-style: italic;
}
h3 {
	font-style: italic;
}
table {
	border-collapse: collapse;
}
.odd {
	background-color: #ECF4F9;
}
