
/*stili per il layout elastico STELLA FM*/
html,body{
margin: 0;
padding:0;
float:left;
width: 100%;
height: 100%;
}

body{font-family: arial,sans-serif;
font-size: 76%;
text-align: center;
}


div#container{
float:left;
margin: 0 auto;
text-align: left;
}


div#menu {
width:100px;
color: #000;
font-weight: bold;
border-bottom: 4px solid #FF9966;
margin-left: 4px;
margin-top: 4px;
margin-bottom: 10px;
padding-bottom: 10px;
}

h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #FF0000;font-size: 10px}
h3{color: #000000;font-size: 10px}

.red{
color: #ff0000;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
}

.black{color: #000000;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
}


/*stili specifici per il layout*/



div#content{
width: 650px;
text-align: left;
margin-bottom:4px
}

div#programmi{
font: bold 1.6em/18px arial,serif;
color: #000000;
padding: 0.3em;
text-align: left;
border-bottom: 4px solid #FF0000;
margin-bottom: 4px}

div#news{
background-color:#ffffff;
text-align: left;
margin-bottom:4px
}





