
body {
	background-color:#EEEEEE;
} 

.bigtitle {
	font-family:'trebuchet ms',arial,sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#333333;
}

.text {
	font-family:arial,sans-serif;
	font-size:12px;
	color:#555555;
}

img.thumbs {
	border:1px;
	border-style:solid;
	border-color:#555555;
}

.line-x {
	height:1px;
	background-image:url(dot.gif);
	background-repeat:repeat-x;
}

a:link {
	text-decoration:none;
	color:#444444;
}
a:visited {
	text-decoration:none;
	color:#444444;
}
a:active {
	text-decoration:underline;
	color:#444444;
}
a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
