/* Styles */

body {
   font-family: serif;
   color: #000000;
   background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
   font-family: sans-serif;
}

a:active, a:link, a:visited {
   text-decoration : none;
   color: #000055;
}

a:active.underline, a:link.underline, a:visited.underline {
   text-decoration : underline;
}

a:hover {
   text-decoration : underline;
}

table {
   width: 100%;
}

.center {
   text-align: center;
}

.TitleBar {
	background: silver;
}

.MenuBar {
	font-size: larger;

}

.SideBar {

}
