﻿body {
	background-color:#e5e5e5;
}

a:hover {
    color: #51284F !important;
    text-decoration: underline;
}

#presentation table {
    border: 1px solid #ababab;
    width: 100%;
}

#presentation {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    text-align: left;
    border-collapse: collapse;
}


	#presentation td
	{
		padding: 8px;
		color: black;
		border: 1px solid #ababab;
	}

	#presentation tr:nth-child(even)
	{
		background-color: #f6f6f6;
	}

#navpillmenu {
    margin: 10px;
    margin-left: 0px;
    margin-top: 0px;
}