/* Madridlive.fm  All-in-one style sheet */

BODY			{	display:block;
					font-family: Arial, sans-serif;
					font-size:80%;
					margin: 25px 40px 0px 40px;
					background-color:#bbccdd;
				}
DIV				{	}
IMG.flyer		{	margin-right:20px;
					float:left;
/*					border:1px solid red */
				}
.marg			{	color: rgb(50,50,50);
				}	
.emph			{	color: black;
				}			
H1				{	text-align:center;
					margin-left:460px;
					margin-top: 0px;
					color: rgb(50,50,50);
				}
H2,H3			{	font-size:120%;
					text-align:center;
					margin-left:460px;
					color:rgb(140,140,140);
				}
TABLE			{	font-weight:normal;
					margin: 0px 10px 10px 20px; 
/*					border: 1px solid gray; */
				}
tr,td			{	border: none;
					vertical-align:top;
					padding-left:20px;
				}
#mail			{	text-align:left;
					font-size:100%;
				}
IMG.cba			{	float:right;
					margin:5px;
					text-decoration:none;
					border:none;
				}
IMG.cba2		{	float:none;
					margin:5px;
					text-decoration:none;
					border:none;
				}
A:link			{	color:rgb(00, 00, 00);
					text-decoration: underline;
				}
A:visited		{	color:rgb(30,30,30);
					text-decoration: underline;
				}
A:hover			{	color:blue;
					text-decoration: underline;
				}


