/* Style sheet for Radio Days html files */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial, 'Lucida Sans',  Helvetica, sans-serif;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

h1 {
	background: transparent;
	color: #000066;
	font-family: Verdana, Arial, 'Lucida Sans',  Helvetica, sans-serif;	
	font-size: 16px;
	font-weight: semi-bold;
	line-height: 1.5em;
	padding: 0;
	text-decoration: none
}

h2 {
	background: transparent;
	color: #000066;
	font-family: Verdana, Arial, 'Lucida Sans',  Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: semi-bold;
	padding: 0;
}

ul
{
list-style: disc inside
}

a:link {
	color: #0000ff; 
	text-decoration: none
	}
a:visited {
	color: #808080; 
	text-decoration: none
	}
a:hover {
	color: #008000; 
	text-decoration: none
	}

#page {
	margin: 0 1cm 0 1cm;
	padding: 0;
	text-align: left;
	width: 900px;
}

#column1 {
	background: #DEDCDC;
	color: #0000ff;
	float: left;
	font-size: 20px;
	height: 27px;
	margin: 0;
	padding: 0px 5px;
	text-align: left;
	text-decoration: none;
	width: 445px;
}

#column2 {
	background: #DEDCDC;
	color: #0000ff;
	float: left;
	font-size: 20px;
	height: 27px;
	margin: 0;
	padding: 0px 5px;
	text-align: left;
	width: 445px;
}

#header {
	background: #DEDCDC;
	color: #0000ff;
	float: left;
	font-size: 20px;
	height: 105px;
	margin: 0;
	padding: 8px 30px 0 7px;
	text-align: right;
	width: 490px;
}

