/* CSS Document */
.title { 
	font-family: Algerian;
	font-size: 36px;
	letter-spacing: 10px;

}
body {
background-image:url(images/bg3.gif); color:#FFFFFF; margin:0; padding:0; width:98%; 
}
td,th {
	color: #FFFFFF;	
}
a.thispage:link {
	color: #999999;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.stuffbg {
background-image:url(images/half-circle_bg.gif); background-position:top right; background-repeat:no-repeat; width: 90%; 
}
.subtitle {
font-family: "Courier New", Courier, mono;
	text-decoration:underline;
}
.boldnunderline {
	text-decoration:underline;
	font-weight:bold;
	}