P  {
	font-size : small;
	font-family : serif;
	color : Silver;
	font-weight : bold;
}

H1  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

H2  {
	font-size : large;
	font-family : serif;
	font-weight : bold;
	color : Silver;
	text-decoration : underline;
}

H3  {
	font-size : x-small;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

A  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

A:Visited  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

A:Active  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

A:Hover  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Gray;
}

BODY  {
	color : Silver;
	font-size : small;
	font-family : serif;
	font-weight : bold;
}

B  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	color : Silver;
}

