body {
	background-color:#EEEEEE;
} 

.bigtitle {
	font-family:arial black,sans-serif;
	font-weight:bold;
	color:#666;
}

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

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:underline;
	color:#C00;
}
a:visited {
	text-decoration:underline;
	color:#F63;
}
a:active {
	text-decoration:underline;
	color:#FF9;
}
a:hover {
	text-decoration:none;
	color:#FC9;
}
