 <link rel="stylesheet" href="./article_styles.css" type="text/css" />
 h1 {
      color: #0054a4;
	}
	 h2 {
    font-family: inherit;
font-size: 20px;
    color: #0054a4;
	}
 h3 {
    font-family: inherit;
font-size: 24px;
    color: #404040;
border-bottom: 2px solid #00add8;
	}
 h4 {
    font-family: inherit;
font-size: 20px;
    color: #404040;
	}
h5 {
    font-family: inherit;
font-size: 16px;
font-style: italic;
    color: #404040;
	}
 h6 {
    font-family: inherit;
font-size: 16px;
    color: #404040;

	}
	a {text-decoration: underline;}
					a:link {color: #0054a4;}
					a:active {color: #3399CC;}
					a:visited {color: #e74c39;}
					a:hover {color: #eee;background: #00add8;}

hr {
color: #00add8;
background-color: #00add8;
}
img {
	width: 50%;
	height: auto;
}