body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Olive;
	margin-left: 120px;
	margin-right: 120px;
}
a,a:active,a:link,a:visited{
	color: Maroon;
	text-decoration: none;
}
a:hover{
	color: Navy;
}
.maintitle{
	font-size: 18px;
	font-weight: bold;
}
.title{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.advise{
	border: thin ridge;
	padding: 3px;
	background-color: Silver;
	font-weight: bold;
	text-align: center;
}
.border{
	border: thin ridge;
	padding: 5px;
	background-color: Silver;
	text-align: justify;
	line-height: 120%;
}
