BODY {
	background : #222230;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Silver;
	margin-left: 2%;
	margin-right: 2%;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}


H1 {
	font-size : 22pt;
	font-weight : bold;
	text-align: center;
}

H2 {
	font-size : 18pt;
	font-weight : bold;	
	text-align: center;
}

H3 {
	font-size : 16pt;
	font-weight : bold;
	text-align: center;
	padding-top : 25px;
}

SMALL {
	font-size : 8pt;
}

A:hover
{
    COLOR: yellow;
    TEXT-DECORATION: underline overline;
}

A:VISITED, A {
	color: yellow;
}

/*
a[href^="http"]
{
padding-right: 20px; 
background: url("external.png") no-repeat center right;
}
*/

.menu {
	border-width: 3px;
	border-style: ridge;
	border-color: Silver;
	width: 220px;
/*	padding: 4px, 4px, 4px, 4px; */
	text-align : center;
	TEXT-DECORATION: none;
	font-weight : bold;
	margin : 3px;
}

.menu a{
	display: list-item;
	background : #222230;
	width: 220px;
   TEXT-DECORATION: none;
   list-style: none;
}

.menu a:hover {
	display: list-item;
	background : Gray;
	width: 220px;
   TEXT-DECORATION: none;
}

.hidden
{
    DISPLAY: none
}

A IMG
{
	BORDER-RIGHT: aqua outset;
	BORDER-TOP: aqua outset;
	BORDER-LEFT: aqua outset;
	BORDER-BOTTOM: aqua ;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
}

A:hover IMG
{
    BORDER-RIGHT: aqua inset;
    BORDER-TOP: aqua inset;
    BORDER-LEFT: aqua inset;
    BORDER-BOTTOM: aqua inset;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;

}


