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

#container-meniu-horoscop {
	width : 158px;
	height : auto;
	border : 1px solid #FF9C00;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

#title-meniu-horoscop {
	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
}

#day {
	height : 18px;
	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;
}

.meniu-horoscop-a {
	background-color : #FFCE9C;
	font-size : 10pt;
}

.meniu-horoscop-b {
	background-color : #FFCE9C;
	font-size : 10pt;
}

A {
	text-decoration : none;
	color : #ff0033;
	font-weight : bold;
}

A:hover {
	text-decoration : underline;
	color : #FF6300;
}

#credits {
	font-size : 7pt;
	color : #FF9C00;
	text-align : center;
}

#credits A {
	font-size : 7pt;
	color : #FF9C00;
	text-decoration : none;
	font-weight : normal;
}


