BODY {
	background : black;
	color: white;
}
P{
	font-family: sans-serif;
	font-size: 12px;
	line-height : 150%;
	letter-spacing : 1px;
	color: gray;
	font-weight : normal;
}
A{
	font-family: sans-serif;
	font-size: 12px;
	line-height : 100%;
	letter-spacing : 1px;
	color: gray;
	font-weight : normal;
}
A:HOVER {
	font-family: sans-serif;
	font-size: 12px;
	line-height : 100%;
	letter-spacing : 1px;
	color: white;
	font-weight : normal;
}

H1{
	font-family: sans-serif;
	font-size: 20px;
	line-height : 180%;
	letter-spacing : 1px;
	color:gray;
	font-weight : bold;
}
H2{
	font-family: sans-serif;
	font-size: 11px;
	line-height : 180%;
	letter-spacing : 1px;
	padding:0px;
	color : gray;
	padding-left : 10px;
	padding-right : 10px;
	font-weight : boldl;
}
H3{
	font-family: sans-serif;
	font-size: 30px;
	line-height : 180%;
	letter-spacing : 3px;
	color: Gray;
	font-weight : normal;
}
IMG  {
	background-color: Silver;
	border-color: Gray;
	border-style: solid;
	border-width:2px;
	cursor:hand;
}

