/* CSS Document */

body{
	background-color:#EBE59D;
	background-image:url(_images/radioleonardolog.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

table{
	table-layout:fixed;
	}

p{
	font-family:LoResTwelveRegular, sans-serif, Verdana, Geneva, Arial;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	line-height:14px;
	}

a{
		color: #333355;
		text-decoration: underline;
		}

a:link {
		color: #333355;
		text-decoration: underline;
		}

a:active {
		text-decoration: none;
		color: #4A5771;
		}

a:hover {
		text-decoration: none;
		color: #4A5771;
		}

a:visited {
		text-decoration: underline;
		color: #333355;
		}

