/* CSS Document */

.yourStyleName {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	font-size: 8px;
	color: #7b8ad5;
}
a:hover {
	font-size: 8px;
	color: #a5b3f5;
	text-decoration:underline;
}
body {
	background-color: #000;
}
