@CHARSET "ISO-8859-1";
.fixfooter{
min-height:75vh; 
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 1;
/*     width: 200px; 
    background-color: #f1f1f1;*/
}

li a {
    display: block;  
    color: #000;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color:lightyellow;
    color: white;
}
li a: {
    color: maroon;
}
.myButton {
	-moz-box-shadow: 0px 0px 0px 0px #1564ad;
	-webkit-box-shadow: 0px 0px 0px 0px #1564ad;
	box-shadow: 0px 0px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #60a8f0), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-o-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:linear-gradient(to bottom, #60a8f0 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a8f0', endColorstr='#378de5',GradientType=0);
	background-color:#60a8f0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Times New Roman;
	font-size:17px;
	font-weight:bold;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #60a8f0));
	background:-moz-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-o-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:linear-gradient(to bottom, #378de5 5%, #60a8f0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#60a8f0',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButtonborder {
	-moz-box-shadow: 0px 0px 0px 0px #1564ad;
	-webkit-box-shadow: 0px 0px 0px 0px #1564ad;
	box-shadow: 0px 0px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #60a8f0), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-o-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #60a8f0 5%, #378de5 100%);
	background:linear-gradient(to bottom, #60a8f0 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a8f0', endColorstr='#378de5',GradientType=0);
	background-color:#60a8f0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Times New Roman;
	font-size:14px;
	font-weight:bold;
	padding:2px 544px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButtonborder:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #60a8f0));
	background:-moz-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-o-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #60a8f0 100%);
	background:linear-gradient(to bottom, #378de5 5%, #60a8f0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#60a8f0',GradientType=0);
	background-color:#378de5;
}
.myButtonborder:active {
	position:relative;
	top:1px;
}
