body {
 width: 50em;
 margin: 1em auto;
 text-align: justify;
 position: relative;
 font-size: 90%;
 font-family: Arial,Tahoma,Verdana;
}
#content {
 margin-right: 250px;
}
li {
 margin: 0.3em;
}
#photo {
 position: absolute;
 right: 0;
 top: 0; 
}
a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

.newsflash {
 border: 1px dotted #aaa;
 padding: 0.3em;
 background-color: #ffc;
}
