P  {
	background-color : Black;
	color : Silver;
	font-style : normal;
	font-weight : normal;
	font-family : Arial;
	text-decoration : none;
	text-align : left;
	list-style-type : disk;
	list-style : disk;
	padding : 0;
	border-width : 0;
	border-color : Black;
	border-style : none;
}

H1  {
	font-family : Arial;
	font-weight : bold;
	color : Silver;
	text-align : center;
	background-color : Black;
	font-size : large;
	font-style : normal;
}

H2  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Silver;
	text-align : center;
	background-color : Black;
}

H3  {
	background-color : Black;
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Silver;
	text-align : center;
}

A    { color: #ffd700; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; text-align: left }

A:Visited    { color: #ff8c00; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; text-align: left }

A:Active     { color: #dcdcdc; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; text-align: left }

A:Hover   { color: #ffd700; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; text-align: left }

BODY  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Silver;
	text-decoration : none;
	text-align : left;
	background-color : Black;
	border-width : 0;
	scrollbar-base-color : black;
    scrollbar-arrow-color : red; 
    scrollbar-DarkShadow-Color : silver;
}