/* Mediterranean Computer Services - Style Sheet */

/* Structure */

body {
	font-family: Verdana, Tahoma, Arial;
	background-color: #e8f0f5;
	background-image: url('img/background.gif');
	margin: 10px;
}

#content {
	border: 1px solid #becfd9;
	width: 483px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 9px 0px;
}

#title {
	font-size: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #0059a4;
}

/* Text */

p {
	margin: 0px 0px 15px 0px;
}

.date {
	color: #99a1a5;
	font-size: 9px;
	margin: 5px 0px 3px 9px;
}

.info {
	color: #768b97;
	font-size: 9px;
	margin: 10px 20px 0px 20px;
}

.news a {
	color: #768b97;
	font-size: 9px;
	text-decoration: none;
	margin-left: 25px;
}

.news a:hover {
	color: #99a1a5;
	font-size: 9px;
	text-decoration: none;
	margin-left: 25px;
}

.link a {
	color: #0059a4;
	font-size: 9px;
	text-decoration: none;
}

.link a:hover {
	color: #99a1a5;
}

.link {
	color: #0059a4;
	font-size: 9px;
	text-decoration: none;
	margin: 5px;
}
