body
{
	font-size: 10pt;	 
}

hr
{
	width: 100%;
	color: silver;
}

a
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	color: Red;
}

.Box_Border
{
	border-bottom: seagreen 1px solid;
	border-left: seagreen 1px solid;
	padding : 10px;
	 
	border-top: seagreen 1px solid;
	border-right: seagreen 1px solid;
	 
}

.Nav_Menu
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.Nav_Menu a
{
	color: Black;
	text-decoration: none;
	padding-left: 10px;
}

.Nav_Menu a:hover
{
	color: Red;
	border-left: solid 4px seagreen;
	padding-left: 6px;
}

.Nav_Menu_Selected a
{
	border-left: seagreen 4px solid;
	padding-left: 6px;
	font-weight: bold;
}

img
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
