body {
	background-color:	#FFFFFF;
	background-repeat:	repeat-y;
  	background-image: 	url("images/sidebar.jpeg");
    margin-left:        240px;
}

.nav-table {
	background-color:	blue;
    height:             50px;
}

.login {
	background-color:	gray;
    height:             30px;
}

.login td {
    width:              200px;
}

.nav-table a:link { color: white }
.nav-table a:visited { color: white }
.nav-table a:active { color: white }
.nav-table a:hover { color: white; background-color: red; }

.nav-item {
    width:         150px;
    text-align:    center;
    font-weight:   bolder;
}

.float {
	display:			block;
	float:				right;
	border:				solid;
}

a { text-decoration: none }

a:link { color: darkRed }
a:visited { color: darkRed }
a:active { color: green }
a:hover { color: blue }

