/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #4E30FF;
	color: black;
	margin: 5;
}
heads {
	text-align: center;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #ffffcc;
}

a:hover {
	text-decoration: underline;
	color: #D1C9FF
}

a:link {
	text-decoration: none;
	color: #ffffcc
}
td.dark {
	text-align: right;
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
p.solid {
	text-align: center;
	border: 1px solid #f2f2f2;
	font-size: 16px;
	vertical-align: bottom;
	}
p.solid a {
	display:block;
	text-decoration: none;
}
p.solid a:hover {
	color: #ffffff;
	background-color: #4E30FF;
	text-decoration: none;
}
p.solidcurrent {
	color: #ffffff;
	text-align: center;
	background-color: #4E30FF;
	border: 1px solid #f2f2f2;
	font-size: 16px;
	vertical-align: bottom;
	}
