/* CSS Document */
a {
  color: rgb(0,102,153); text-decoration: none;
}
a:hover {
  color: rgb(51,0,102); 
}
h2 {
  color: rgb(204,0,0); 
}
p {
  font-family: Verdana, sans-serif; 
  color: rgb(0,0,0); 
  font-size:10px;
  line-height: 2.0;
  text-align: justify;
}
li {
  font-family: Verdana, sans-serif; 
  color: rgb(0,0,0); 
  font-size:10px;
  line-height: 2.0;
  text-align: justify;
}
.mlog{
  font-size: 12px;
  text-align: right;
	margin: 5px;
  margin-right: 25px;
}
