.but {
    display:inline;
	border-radius: 4px !important;
	width:210px;
    border: 1px solid #2E749A !important;
	text-align:center;color:white;font-weight:800;
    background: none repeat scroll 0% 0% #3F96C1;
	border-bottom: 3px solid #2E749A !important;
	padding:10px;
	margin-right:10px;
}
.but:hover {
	background: none repeat scroll 0% 0% #3F96C1 !important;
	border: 1px solid #2E749A !important;
	border-bottom: 2px solid #2E749A !important;
    cursor:pointer;
	padding-top:9px;
}


h1.homeTitle{
    color:white;
    padding-top:50px;
    text-align:left;
    padding-left:10px;
}

h1{
    border: 0 none;
    color: #315792;
    font-family: "noto",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
h1 {
    font-size: 28px;
}

p
{
	font-size : 14px;
}
}