	* {
		font-family: tahoma, arial, verdana, sans-serif, Lucida Sans !important;
		font-size: 11px;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #45688E;
		font-weight: bold;
		font-size: larger;
	}
	.button-link {
                color: #45688E;
                text-decoration: none;
                font-size: large;
        }	
	.button-link:hover {
                color: red;
                background-color: darkblue;
                font-size: small;
        }
	.button-link-text {
                color: #45688E;
                font-size: large;
        }														