﻿html{ height:100%; margin:0px;padding:0px}
body{ height:100%;margin:0px;padding:0px;font-family:RobotoLight,Tahoma,Arial,Verdana;overflow-y:scroll; }
#map-canvas{ height:100%;margin:0px;padding:0px; }

@font-face{ font-family:Roboto;src:url(/fonts/roboto/regular.ttf) format('truetype'); }
@font-face{ font-family:RobotoLight;src:url(/fonts/roboto/light.ttf) format('truetype'); }
@font-face{ font-family:RobotoThin;src:url(/fonts/roboto/thin.ttf) format('truetype'); }


.gray{ color:#666666; }

.black{ color:#000000; }
.black a{ color:#000000;text-decoration:none; }
.black a:hover{ text-decoration:underline; }