P  {}

A  {
	color : #00FFFF;
	text-decoration : none;
}

A:Visited  {}

A:Active  {
	color : #00FF00;
}

A:Hover  {
	color : Lime;
}

.ssi  {
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #C0C0C0;
}

.card .card-body img {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}
.top-align {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-box-shadow: 6px 10px 14px 0px #A09D9D;
	box-shadow: 6px 10px 14px 0px #A09D9D;
}
.card-body {
	padding: 0px
		
}
img {
	border: 2px solid #000000;
	border-radius: 15px;
}
.navbar {
	background-color: #020980;
}
#btn-outline-success {
	color: #FFFD00;
	font-weight: bold;
}
