BODY {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
  background-color: #FFFFFF;
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

#container {
	width : 348px;
	height : 348px;
	border : 1px solid #FF9C00;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#title {
	background-color : #FF9C00;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

H1 {
	font-size : 16px;
	color : White;
	margin : 0px 0px 0px 0px;
	text-align : center
}

#text-horoscop { 
	margin : 0px 5px 0px 5px;
	height : 299px;
	text-align : left;
}

#day {
	height : 20px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

.today, .data {
	font-size : 16px;
	color : #FF9C00;
	text-align : center;
	margin-bottom : 1px;
	margin-top : 1px;
	font-weight : bold;
}

.horoscop {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

#footer {
	margin : 0px 5px 0px 5px;
}

#credits {
	width : 250px;
	float : left;
	font-size : 9pt;
	color : #FF9C00;
	text-align : left;
}

A {
    text-decoration : none;
	color : #FF9C00;
}

#counter {
	float : right;
	width : 88px;
}

.important {
    color: red;
	font-weight: bold;
}
