@media screen and (max-width: 900px) {
    .desktop-only {
        display:none !important;
    }
    html {font-size: 120% }
}

body {
    background-color: #FFFFFF;
    padding:20; margin:0;
    font-size: 90%;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: normal; 
}

h1, h2, h3 {
    color: #000000;
}

table {
	font-size: 90%;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: normal; 
}

a {
    color:  #0059b3;
    text-decoration: none;
    font-size: 100%;
}

a:hover{
	text-decoration: underline;
}

