@charset "UTF-8";

/* CSS Document */

body {
	color: #333;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.name {
	font: bold 35px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
.namer {
	font: bold 35px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ff007d;
}

.table {
	border: 1px solid #191919;
	xborder-top: 1px solid #191919;
	xborder-bottom: 1px solid #191919;
}

a:link {
	color: #333;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited {
	color: #333;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #0ff;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

a:active {
	color: #0ff;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.headline {
	color: #333;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.copyright {
	color: #333;
	font: bold 8px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.imagestext {
	color: #333;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	vertical-align: top;
}
