/* CSS Document */
* {margin:0}
/*******************************************************************/
body	{
font-family:  "Courier New", Courier, monospace;
font-size: 120%;
background-color: #dfdddd; 
}
div {
display:flex;
align-items:center;
margin-right:40px;
}
img {
flex:none;
width:350px;
height:700px;
}
/* links in main content */
a.blacklinks:link   {
color: #000000;
} 
a.blacklinks:visited  {
color: #000000;
}
a.blacklinks:hover   {
color: #000000;
} 
/*******************************************************************/
a img { /* To replace deprecated attribute border="0" */
border: 0px;
}