/*
Theme Name: grantsfornativeamericans
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
Template: twentyseventeen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("css/style.css");

.entry-content ul, .entry-content ol{
	padding-left: 15px;
}
.entry-content ul li, .entry-content ol li{
	list-style-type: disc;
	margin-bottom: 15px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.56);
}
.entry-content ol li{
	list-style-type: decimal;
}
.more-info{
	margin-top:35px;
}

.more-info > p > span {
    background: #003986 none repeat scroll 0 0;
    display: inline-block;
    padding: 19px 26px 11px 20px;
    width: 200px;
	border:1px solid #2e5994;
	font-size:12px;
	font-weight:bold;
	color:#fff  ;
}
.more-info > ul {
    list-style: inside none decimal;
    padding-left: 20px;
	margin-top:17px;
}

	
	.inner a, .entry-content a
	{
		color:blue;
		
	}


	.entry-content ul li
	{
		color:black;
		
	}
