body {
	color: #FFFFFF;
	font: 15px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.05em;
	margin: 30px 20px 20px;
	text-decoration: none;
	background-color: #000000;
}
a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-left-style: hidden;
	border-left-width: 6px;
}
a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.dark {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.dark:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}
a.dark:visited {
	color: #333333;
}
a.dark:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.dark:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.big {
	font-size: 20px;
}

.smal {
	font-size: 13px;
}

.footer {
	font-size: 10px;
	color: yellow;
}
