/* style.css - UDC's brochure style sheet */
BODY 
{
}

.brochurebody
{
	width: 900px;
	font-size: 5mm;
	text-align: justify;
}

.navigation_left
{
	float: left; 
	padding: 30% 0% 0% 0%;
	margin-left: 0em; 
}

.frontpage
{
	float: right; 
}

A:visited, A:link
{
	color: white;
	text-decoration: none;
}

A:hover
{
	color: black;
}

td 
{ 
	vertical-align: top; 
}

.credit
{
	color: #166282;
}

.speaker
{
	font-style: italic;
	text-align: right;
}

.schedule
{
	width: 30em;
}

.map
{
	width: 400px;
}

.twopictures { 
	width: 100%;
	/*	text-align: center; */
}



h3{
	color: #166282
}

h4 {
	color: #000;
	font-weight: bold;
	font-style: italic;

}

p{
color: #000
}

ul{
color: #000;
}