body {
	background-color: whitesmoke;
	font-family: Ubuntu;
	font-size: 16px;
	line-height: 130%;
	}
.divLinkblogPage {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 400px;
	}
.divLinkblogTitle {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 1.3em;
	line-height: 140%;
	}
.divLinkblogDay {
	margin-top: .5em;
	margin-bottom: 2em;
	}
.divLinkblogDayTitle {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .5em;
	}
.aHost {
	margin-left: .2em;
	}
.divLastUpdate {
	font-size: .95em;
	margin-bottom: 1em;
	}
.spLastUpdateLabel {
	font-weight: bold;
	}
.imgFavicon {
	margin-right: 3px;
	margin-top: -2px;
	margin-left: -18px;
	}
.divLinkblogDay p {
	font-size: 18px;
	line-height: 140%;
	}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	body {
		font-size: 16px;
		}
	.divMenubar {
		display: none;
		}
	.divLinkblogPage {
		width: 320px;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 400px;
		}
	.divLinkblogTitle {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 1.3em;
		line-height: 140%;
		}
	.divLinkblogDayTitle {
		font-size: 16px !important;
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: .5em;
		}
	.divLinkblogDay p {
		font-size: 14px !important;
		}
	.divLinkblogDay {
		font-size: 16px !important;
		margin-top: .5em;
		margin-bottom: 2em;
		}
	.divLastUpdate {
		font-size: 14px;
		margin-bottom: 1em;
		color: #777777;
		}
	}

