﻿.MenuLinks
{
    font-weight: bold;
    color: #6666FF;
    font-size: 100%;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.MenuLinks:hover {
	text-decoration: underline;
	color: #6666FF;
}

.MenuLinksContainer{
	width: 100%; 
	text-align: right;
}
