/* roboto ttf */
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
}
body {
	font-family: Roboto,Verdana,arial;
	background-color: #373737;
}
ul,li,p {	
	font-family: Roboto,Verdana,arial;
	font-size: 11pt;
	font-weight:normal;
	color: #ffffff;
}

h1 {
	font-size:12pt;
	color: #ffd636;
	font-weight:bold;
}
h3 {
	font-size:16pt;
	color: #ffd636;
	font-weight:bold;
	padding: 6px 0px 0px 0px;
}
b {
	font-weight:bold;
}

