P {
	font-size : 12px;
}
BODY {
	background-color : Black;
	font-family : sans-serif;
	color: White;
	font-size : 9px;
}
.attribute{
	background-color : Black;
	border : thin groove Lime;
	padding : 3px 3px 3px 3px;
}
A {
	text-decoration : none;
	font-weight : bold;
	color: #33CC33;
	font-size : 12px;
}
A:HOVER {
	color: #CCFF99;
}
.head1{
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}
.tiny{
	font-size : 10px;
	color: Yellow;
	font-style: italic;
}
.blackshiny{
	border : thin groove Silver;
	padding : 3px;
}
.quotes{
	font-size: 10px;
}
