@import url(http://fonts.googleapis.com/css?family=Noto+Sans|Merriweather+Sans);

body,p,tr,table,td,ul,li {
	font-size: 12px;
	color:#000;
	font-family:verdana;
}

ul,ol{
    list-style-type:square !important;
    margin-left:15px;
    padding:4px;
    font-size: 12px;
}

li{
    list-style-type:square !important;
    margin-left:15px;
}

h1{
	font-size: 29px !important;
}

p{
    line-height:20px;
}

h2{
	font-size: 22px !important;
}

h2,h3{
	font-family: 'Noto Sans', sans-serif;
}

h1{
    font-family: 'Merriweather Sans', sans-serif;
} 



