/* CSS Document *//* CSS Document *//* body - Sets type size, font, line-height */.menu{	color: black;	font-size: 13px;	font-family: "Georgia","Times New Roman",Times,serif;	line-height: 17px;}.title{	color: #3B393D;	font-size: 40px;	font-family: "Georgia","Times New Roman",Times,serif;	line-height: 40px;}.descriptions{	color: #3B393D;	font-size: 23px;	font-family: "Georgia","Times New Roman",Times,serif;	line-height: 27px;}.body{	color: #3B393D;	font-size: 12px;	font-family: "Georgia","Times New Roman",Times,serif;	line-height: 14px;}a:link {color: #3B393D; text-decoration: none;}a:visited {color: #3B393D;text-decoration: underline;}a:hover {color: #3B393D; text-decoration: none;}a:active {color: #cccccc; text-decoration: none;}