body {
	margin: 20px 10px 10px 20px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 60%;
	background-color: white;
	color: black;
	background-repeat: no-repeat;
	width: 80%;
}

a:link, a:visited {
        text-decoration:none;
        font-weight: bold;
        color:#6F3598;
}

a:hover {
        text-decoration:underline;
        font-weight: bold;
        color:#6F3598;
}

#title {
	/* border: dotted red 1px; */
	height: 100px;
	margin: 0 0 0 0;
	text-align: left;
	vertical-align: bottom;
}


#news-title {
	border: gray 1px dotted;
	width: 80%;
	z-index: 10;
	padding: 05px;
	text-align: center;
        font-weight: bold;
        color: #6F3598;
	background-color: lightgray;
}

#news {
	border: gray 1px dotted;
	z-index: 10;
	width: 80%;
	padding: 10px;
}


#info-title {
	border: gray 1px dotted;
	z-index: 10;
	width: 80%;
	padding: 05px;
	text-align: center;
        font-weight: bold;
        color: #6F3598;
	background-color: lightgray;
}

#info {
	top: 30px;
	right: 10px;
	border: gray 1px dotted;
	z-index: 10;
	width: 80%;
	padding: 10px;
	text-align: center;
}


#date {
      color:#6F3598;
      font-size: 80%;
      font-weight: bold;
}
