body {
	margin: 0px 25px 25px 25px;
	background-color: #121212;
        	text-align: left;
        font-family: Arial, Yrsa, Georgia, serif;
        font-size: 18px;
	color: #F5F5F3;
	line-height: 18pt; 
	text-decoration: none;
	}

a {
	text-decoration: underline;
	}

a:link  { color: #444; line-height: 18pt; text-decoration: none }
a:visited  { color: #444; line-height: 18pt; text-decoration: none }
a:hover  { color: #900; line-height: 18pt }

/* Responsive image */
.responsive {
  max-width: 100%;
  height: auto;
}


